Html Css Color HEX #BCB76A Dark Khaki

📋 copy color: '#BCB76A'

red 188 ◦ green 183 ◦ blue 106

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

Shades of Dark Khaki #BCB76A

Tints of Dark Khaki #BCB76A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.36%

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

R = 39.41%
G = 38.36%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BCB76A (or 0xBCB76A) is known color: Dark Khaki. HEX triplet: BC, B7 and 6A. RGB value is (188,183,106). Sum of RGB (Red+Green+Blue) = 188+183+106=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB76A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB76A is #434895. Grayscale: #B0B0B0. Windows color (decimal): -4409494 or 6993852. OLE color: 6993852.

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

Color convert

RGB 188 183 106 -
CMYK 0 0.03 0.44 0.26
HSL 56.34º 0.38% 0.58% -
HSV(B) 56.34º 0.44% 0.74% -
XYZ 40.27 45.6 20.31 -
YUV 175.72 88.66 136.76 -
System Red Green Blue C M Y K H S L
Decimal 188 183 106 0 0.03 0.44 0.26 56.34 0.38 0.58
Hex BC B7 6A 0 3 2C 1A 38 26 3A
Octal 274 267 152 0 3 54 32 70 46 72
Binary 10111100 10110111 1101010 0 11 101100 11010 111000 100110 111010

Color Harmonies of #BCB76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB76A

Black with #BCB76A

Text Example


Text Example

White with #BCB76A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB76A; }

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

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

background-color css

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

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

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

border-color css

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

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

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