Html Css Color HEX #BCB970 Dark Khaki

📋 copy color: '#BCB970'

red 188 ◦ green 185 ◦ blue 112

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

Shades of Dark Khaki #BCB970

Tints of Dark Khaki #BCB970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 38.76%
G = 38.14%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BCB970 (or 0xBCB970) is known color: Dark Khaki. HEX triplet: BC, B9 and 70. RGB value is (188,185,112). Sum of RGB (Red+Green+Blue) = 188+185+112=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 185 (72.66% from 255 or 38.14% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB970 is #43468F. Grayscale: #B1B1B1. Windows color (decimal): -4408976 or 7387580. OLE color: 7387580.

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

Color convert

RGB 188 185 112 -
CMYK 0 0.02 0.40 0.26
HSL 57.63º 0.36% 0.59% -
HSV(B) 57.63º 0.4% 0.74% -
XYZ 41.01 46.56 22.15 -
YUV 177.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 188 185 112 0 0.02 0.40 0.26 57.63 0.36 0.59
Hex BC B9 70 0 2 28 1A 3A 24 3B
Octal 274 271 160 0 2 50 32 72 44 73
Binary 10111100 10111001 1110000 0 10 101000 11010 111010 100100 111011

Color Harmonies of #BCB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB970

Black with #BCB970

Text Example


Text Example

White with #BCB970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB970; }

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

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

background-color css

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

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

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

border-color css

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

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

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