Color Hex Logo

#be634b Color Hex

#BE634B
(190,99,75)
0 Favorites   0 Comments

Color spaces of #be634b

RGB 1909975
HSL0.030.470.52
HSV13°61°75°
CMYK 0.000.480.61   0.25
XYZ26.967020.37889.1688
Yxy20.37880.47720.3606
Hunter Lab45.142927.630519.5579
CIE-Lab52.262834.313730.0320

#be634b color RGB value is (190,99,75).

#be634b hex color red value is 190, green value is 99 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #be634b hue: 0.03 , saturation: 0.47 and the lightness value of be634b is 0.52.

The process color (four color CMYK) of #be634b color hex is 0.00, 0.48, 0.61, 0.25. Web safe color of #be634b is #cc6633. Color #be634b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01100011 01001011
Octal 276 143 113
Decimal 190 99 75
Hex BE 63 4B

RGB Percentages of Color #be634b

%52.20
%27.20
%20.60

CMYK Percentages of Color #be634b

%0
%48
%61
%25

Triadic Colors of #be634b

#be634b #4bbe63 #634bbe

Analogous Colors of #be634b

#be634b #be9d4b #be4b6d

Monochromatic Colors of #be634b

#be634b

Complementary Color

#be634b #4ba6be

#be634b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be634b Color Preview on White Background

Lorem ipsum dolor sit amet.

#be634b Color CSS Codes

.mybgcolor {background-color:#be634b; } 
.myforecolor {color:#be634b; }
.mybordercolor {border:3px solid #be634b; }

#be634b Text Font Color

<p style="color:#be634b">Text here</p>

This sample text font color is #be634b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#be634b Background Color

<div style="background-color:#be634b">
Div content here</div>

This div background color is #be634b


#be634b Border Color

<div style="border:3px solid #be634b">
Div here</div>

This div border color is #be634b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,99,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #be634b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #be634b;
  -webkit-box-shadow: 1px 1px 3px 2px #be634b;
  box-shadow:         1px 1px 3px 2px #be634b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,99,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #be634b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #be634b;
  -webkit-box-shadow: 1px 1px 3px 2px #be634b;
  box-shadow:         1px 1px 3px 2px #be634b;">
Div content here</div>

This div box has shadow with color #be634b


Comments

No comments written yet.

Please login to write comment.