Html Css Color HEX #BCB96D Dark Khaki

📋 copy color: '#BCB96D'

red 188 ◦ green 185 ◦ blue 109

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

Shades of Dark Khaki #BCB96D

Tints of Dark Khaki #BCB96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.61%

R = 39%
G = 38.38%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BCB96D (or 0xBCB96D) is known color: Dark Khaki. HEX triplet: BC, B9 and 6D. RGB value is (188,185,109). Sum of RGB (Red+Green+Blue) = 188+185+109=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB96D is #434692. Grayscale: #B1B1B1. Windows color (decimal): -4408979 or 7190972. OLE color: 7190972.

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

Color convert

RGB 188 185 109 -
CMYK 0 0.02 0.42 0.26
HSL 57.72º 0.37% 0.58% -
HSV(B) 57.72º 0.42% 0.74% -
XYZ 40.85 46.49 21.29 -
YUV 177.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 188 185 109 0 0.02 0.42 0.26 57.72 0.37 0.58
Hex BC B9 6D 0 2 2A 1A 3A 25 3A
Octal 274 271 155 0 2 52 32 72 45 72
Binary 10111100 10111001 1101101 0 10 101010 11010 111010 100101 111010

Color Harmonies of #BCB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB96D

Black with #BCB96D

Text Example


Text Example

White with #BCB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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