Html Css Color HEX #BCB96A Dark Khaki

📋 copy color: '#BCB96A'

red 188 ◦ green 185 ◦ blue 106

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

Shades of Dark Khaki #BCB96A

Tints of Dark Khaki #BCB96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.13%

R = 39.25%
G = 38.62%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCB96A (or 0xBCB96A) is known color: Dark Khaki. HEX triplet: BC, B9 and 6A. RGB value is (188,185,106). Sum of RGB (Red+Green+Blue) = 188+185+106=479 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.25% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB96A is #434695. Grayscale: #B1B1B1. Windows color (decimal): -4408982 or 6994364. OLE color: 6994364.

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

Color convert

RGB 188 185 106 -
CMYK 0 0.02 0.44 0.26
HSL 57.8º 0.38% 0.58% -
HSV(B) 57.8º 0.44% 0.74% -
XYZ 40.69 46.43 20.45 -
YUV 176.89 87.99 135.92 -
System Red Green Blue C M Y K H S L
Decimal 188 185 106 0 0.02 0.44 0.26 57.8 0.38 0.58
Hex BC B9 6A 0 2 2C 1A 3A 26 3A
Octal 274 271 152 0 2 54 32 72 46 72
Binary 10111100 10111001 1101010 0 10 101100 11010 111010 100110 111010

Color Harmonies of #BCB96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB96A

Black with #BCB96A

Text Example


Text Example

White with #BCB96A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB96A; }

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

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

background-color css

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

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

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

border-color css

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

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

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