Html Css Color HEX #BCB972 Dark Khaki

📋 copy color: '#BCB972'

red 188 ◦ green 185 ◦ blue 114

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

Shades of Dark Khaki #BCB972

Tints of Dark Khaki #BCB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.99%

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

R = 38.6%
G = 37.99%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCB972 (or 0xBCB972) is known color: Dark Khaki. HEX triplet: BC, B9 and 72. RGB value is (188,185,114). Sum of RGB (Red+Green+Blue) = 188+185+114=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB972 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB972 is #43468D. Grayscale: #B2B2B2. Windows color (decimal): -4408974 or 7518652. OLE color: 7518652.

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

Color convert

RGB 188 185 114 -
CMYK 0 0.02 0.39 0.26
HSL 57.57º 0.36% 0.59% -
HSV(B) 57.57º 0.39% 0.74% -
XYZ 41.13 46.6 22.75 -
YUV 177.8 91.99 135.27 -
System Red Green Blue C M Y K H S L
Decimal 188 185 114 0 0.02 0.39 0.26 57.57 0.36 0.59
Hex BC B9 72 0 2 27 1A 3A 24 3B
Octal 274 271 162 0 2 47 32 72 44 73
Binary 10111100 10111001 1110010 0 10 100111 11010 111010 100100 111011

Color Harmonies of #BCB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB972

Black with #BCB972

Text Example


Text Example

White with #BCB972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB972; }

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

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

background-color css

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

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

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

border-color css

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

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

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