Html Css Color HEX #BCB372 Dark Khaki

📋 copy color: '#BCB372'

red 188 ◦ green 179 ◦ blue 114

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

Shades of Dark Khaki #BCB372

Tints of Dark Khaki #BCB372

RGB

 RED value IS 188 (73.83% from 255) = 39.09%

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

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

R = 39.09%
G = 37.21%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCB372 (or 0xBCB372) is known color: Dark Khaki. HEX triplet: BC, B3 and 72. RGB value is (188,179,114). Sum of RGB (Red+Green+Blue) = 188+179+114=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 179 (70.31% from 255 or 37.21% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB372 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB372 is #434C8D. Grayscale: #AEAEAE. Windows color (decimal): -4410510 or 7517116. OLE color: 7517116.

HSL color Cylindrical-coordinate representation of color #BCB372: hue angle of 52.7º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCB372 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 114 -
CMYK 0 0.05 0.39 0.26
HSL 52.7º 0.36% 0.59% -
HSV(B) 52.7º 0.39% 0.74% -
XYZ 39.9 44.15 22.34 -
YUV 174.28 93.98 137.79 -
System Red Green Blue C M Y K H S L
Decimal 188 179 114 0 0.05 0.39 0.26 52.7 0.36 0.59
Hex BC B3 72 0 5 27 1A 35 24 3B
Octal 274 263 162 0 5 47 32 65 44 73
Binary 10111100 10110011 1110010 0 101 100111 11010 110101 100100 111011

Color Harmonies of #BCB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB372

Black with #BCB372

Text Example


Text Example

White with #BCB372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB372; }

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

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

background-color css

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

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

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

border-color css

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

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

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