Html Css Color HEX #BEB172 Dark Khaki

📋 copy color: '#BEB172'

red 190 ◦ green 177 ◦ blue 114

#BEB172
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #BEB172

Tints of Dark Khaki #BEB172

RGB

 RED value IS 190 (74.61% from 255) = 39.5%

 GREEN value IS 177 (69.53% from 255) = 36.8%

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 39.5%
G = 36.8%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BEB172 (or 0xBEB172) is known color: Dark Khaki. HEX triplet: BE, B1 and 72. RGB value is (190,177,114). Sum of RGB (Red+Green+Blue) = 190+177+114=481 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.50% from 481); Green value is 177 (69.53% from 255 or 36.80% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BEB172 is #414E8D. Grayscale: #ADADAD. Windows color (decimal): -4279950 or 7516606. OLE color: 7516606.

HSL color Cylindrical-coordinate representation of color #BEB172: hue angle of 49.74º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BEB172 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 114 -
CMYK 0 0.07 0.40 0.25
HSL 49.74º 0.37% 0.6% -
HSV(B) 49.74º 0.4% 0.75% -
XYZ 39.99 43.61 22.23 -
YUV 173.71 94.31 139.62 -
System Red Green Blue C M Y K H S L
Decimal 190 177 114 0 0.07 0.40 0.25 49.74 0.37 0.6
Hex BE B1 72 0 7 28 19 32 25 3C
Octal 276 261 162 0 7 50 31 62 45 74
Binary 10111110 10110001 1110010 0 111 101000 11001 110010 100101 111100

Color Harmonies of #BEB172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB172

Black with #BEB172

Text Example


Text Example

White with #BEB172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB172; }

 p { color: rgb(190,177,114); }

 H1.HeaderClassName
 {
   color: #BEB172;
 }
 .AnyTagClassName
 {
   color: #BEB172;
 }
</style>

background-color css

<style>
 a { background-color: #BEB172; }

 a { background-color: rgb(190,177,114); }

 div.DivClassName
 {
   background-color: #BEB172;
 }
 .BgClassName
 {
   background-color: #BEB172;
 }
</style>

border-color css

<style>
 span { border-color: #BEB172; }

 span { border-color: rgb(190,177,114); }

 td.TdClassName
 {
   border-color: #BEB172;
 }
 .TagClassName
 {
   border-color: #BEB172;
 }
</style>