Html Css Color HEX #BCB866 Dark Khaki

📋 copy color: '#BCB866'

red 188 ◦ green 184 ◦ blue 102

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

Shades of Dark Khaki #BCB866

Tints of Dark Khaki #BCB866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.82%

 BLUE value IS 102 (40.23% from 255) = 21.52%

R = 39.66%
G = 38.82%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCB866 (or 0xBCB866) is known color: Dark Khaki. HEX triplet: BC, B8 and 66. RGB value is (188,184,102). Sum of RGB (Red+Green+Blue) = 188+184+102=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB866 is #434799. Grayscale: #B0B0B0. Windows color (decimal): -4409242 or 6731964. OLE color: 6731964.

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

Color convert

RGB 188 184 102 -
CMYK 0 0.02 0.46 0.26
HSL 57.21º 0.39% 0.57% -
HSV(B) 57.21º 0.46% 0.74% -
XYZ 40.28 45.93 19.31 -
YUV 175.85 86.33 136.67 -
System Red Green Blue C M Y K H S L
Decimal 188 184 102 0 0.02 0.46 0.26 57.21 0.39 0.57
Hex BC B8 66 0 2 2E 1A 39 27 39
Octal 274 270 146 0 2 56 32 71 47 71
Binary 10111100 10111000 1100110 0 10 101110 11010 111001 100111 111001

Color Harmonies of #BCB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB866

Black with #BCB866

Text Example


Text Example

White with #BCB866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB866; }

 p { color: rgb(188,184,102); }

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

background-color css

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

 a { background-color: rgb(188,184,102); }

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

border-color css

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

 span { border-color: rgb(188,184,102); }

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