Html Css Color HEX #BCB572 Dark Khaki

📋 copy color: '#BCB572'

red 188 ◦ green 181 ◦ blue 114

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

Shades of Dark Khaki #BCB572

Tints of Dark Khaki #BCB572

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.47%

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

R = 38.92%
G = 37.47%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCB572 (or 0xBCB572) is known color: Dark Khaki. HEX triplet: BC, B5 and 72. RGB value is (188,181,114). Sum of RGB (Red+Green+Blue) = 188+181+114=483 (63% of max value = 765). Red value is 188 (73.83% from 255 or 38.92% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB572 is #434A8D. Grayscale: #AFAFAF. Windows color (decimal): -4409998 or 7517628. OLE color: 7517628.

HSL color Cylindrical-coordinate representation of color #BCB572: hue angle of 54.32º 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 #BCB572 is Cyan = 0, Magento = 0.04, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 114 -
CMYK 0 0.04 0.39 0.26
HSL 54.32º 0.36% 0.59% -
HSV(B) 54.32º 0.39% 0.74% -
XYZ 40.3 44.95 22.47 -
YUV 175.46 93.32 136.95 -
System Red Green Blue C M Y K H S L
Decimal 188 181 114 0 0.04 0.39 0.26 54.32 0.36 0.59
Hex BC B5 72 0 4 27 1A 36 24 3B
Octal 274 265 162 0 4 47 32 66 44 73
Binary 10111100 10110101 1110010 0 100 100111 11010 110110 100100 111011

Color Harmonies of #BCB572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB572

Black with #BCB572

Text Example


Text Example

White with #BCB572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB572; }

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

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

background-color css

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

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

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

border-color css

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

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

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