Html Css Color HEX #BEB372 Dark Khaki

📋 copy color: '#BEB372'

red 190 ◦ green 179 ◦ blue 114

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

Shades of Dark Khaki #BEB372

Tints of Dark Khaki #BEB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.06%

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

R = 39.34%
G = 37.06%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BEB372 (or 0xBEB372) is known color: Dark Khaki. HEX triplet: BE, B3 and 72. RGB value is (190,179,114). Sum of RGB (Red+Green+Blue) = 190+179+114=483 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.34% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEB372 is #414C8D. Grayscale: #AFAFAF. Windows color (decimal): -4279438 or 7517118. OLE color: 7517118.

HSL color Cylindrical-coordinate representation of color #BEB372: hue angle of 51.32º 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 #BEB372 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 179 114 -
CMYK 0 0.06 0.40 0.25
HSL 51.32º 0.37% 0.6% -
HSV(B) 51.32º 0.4% 0.75% -
XYZ 40.39 44.4 22.36 -
YUV 174.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 190 179 114 0 0.06 0.40 0.25 51.32 0.37 0.6
Hex BE B3 72 0 6 28 19 33 25 3C
Octal 276 263 162 0 6 50 31 63 45 74
Binary 10111110 10110011 1110010 0 110 101000 11001 110011 100101 111100

Color Harmonies of #BEB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB372

Black with #BEB372

Text Example


Text Example

White with #BEB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB372; }

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

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

background-color css

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

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

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

border-color css

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

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

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