Html Css Color HEX #BCB276 Dark Khaki

📋 copy color: '#BCB276'

red 188 ◦ green 178 ◦ blue 118

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

Shades of Dark Khaki #BCB276

Tints of Dark Khaki #BCB276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.78%

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

R = 38.84%
G = 36.78%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BCB276 (or 0xBCB276) is known color: Dark Khaki. HEX triplet: BC, B2 and 76. RGB value is (188,178,118). Sum of RGB (Red+Green+Blue) = 188+178+118=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 178 (69.92% from 255 or 36.78% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB276 is #434D89. Grayscale: #AEAEAE. Windows color (decimal): -4410762 or 7779004. OLE color: 7779004.

HSL color Cylindrical-coordinate representation of color #BCB276: hue angle of 51.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 #BCB276 is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 178 118 -
CMYK 0 0.05 0.37 0.26
HSL 51.43º 0.34% 0.6% -
HSV(B) 51.43º 0.37% 0.74% -
XYZ 39.93 43.84 23.5 -
YUV 174.15 96.31 137.88 -
System Red Green Blue C M Y K H S L
Decimal 188 178 118 0 0.05 0.37 0.26 51.43 0.34 0.6
Hex BC B2 76 0 5 25 1A 33 22 3C
Octal 274 262 166 0 5 45 32 63 42 74
Binary 10111100 10110010 1110110 0 101 100101 11010 110011 100010 111100

Color Harmonies of #BCB276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB276

Black with #BCB276

Text Example


Text Example

White with #BCB276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB276; }

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

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

background-color css

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

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

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

border-color css

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

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

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