Html Css Color HEX #BCB976 Dark Khaki

📋 copy color: '#BCB976'

red 188 ◦ green 185 ◦ blue 118

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

Shades of Dark Khaki #BCB976

Tints of Dark Khaki #BCB976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.03%

R = 38.29%
G = 37.68%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCB976 (or 0xBCB976) is known color: Dark Khaki. HEX triplet: BC, B9 and 76. RGB value is (188,185,118). Sum of RGB (Red+Green+Blue) = 188+185+118=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 118 (46.48% from 255 or 24.03% from 491); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB976 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB976 is #434689. Grayscale: #B2B2B2. Windows color (decimal): -4408970 or 7780796. OLE color: 7780796.

HSL color Cylindrical-coordinate representation of color #BCB976: hue angle of 57.43º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCB976 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 118 -
CMYK 0 0.02 0.37 0.26
HSL 57.43º 0.34% 0.6% -
HSV(B) 57.43º 0.37% 0.74% -
XYZ 41.36 46.7 23.97 -
YUV 178.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 188 185 118 0 0.02 0.37 0.26 57.43 0.34 0.6
Hex BC B9 76 0 2 25 1A 39 22 3C
Octal 274 271 166 0 2 45 32 71 42 74
Binary 10111100 10111001 1110110 0 10 100101 11010 111001 100010 111100

Color Harmonies of #BCB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB976

Black with #BCB976

Text Example


Text Example

White with #BCB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB976; }

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

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

background-color css

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

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

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

border-color css

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

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

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