Html Css Color HEX #BCB864 Dark Khaki

📋 copy color: '#BCB864'

red 188 ◦ green 184 ◦ blue 100

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

Shades of Dark Khaki #BCB864

Tints of Dark Khaki #BCB864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.19%

R = 39.83%
G = 38.98%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BCB864 (or 0xBCB864) is known color: Dark Khaki. HEX triplet: BC, B8 and 64. RGB value is (188,184,100). Sum of RGB (Red+Green+Blue) = 188+184+100=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 184 (72.27% from 255 or 38.98% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB864 is #43479B. Grayscale: #AFAFAF. Windows color (decimal): -4409244 or 6600892. OLE color: 6600892.

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

Color convert

RGB 188 184 100 -
CMYK 0 0.02 0.47 0.26
HSL 57.27º 0.4% 0.56% -
HSV(B) 57.27º 0.47% 0.74% -
XYZ 40.18 45.89 18.8 -
YUV 175.62 85.33 136.83 -
System Red Green Blue C M Y K H S L
Decimal 188 184 100 0 0.02 0.47 0.26 57.27 0.4 0.56
Hex BC B8 64 0 2 2F 1A 39 28 38
Octal 274 270 144 0 2 57 32 71 50 70
Binary 10111100 10111000 1100100 0 10 101111 11010 111001 101000 111000

Color Harmonies of #BCB864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB864

Black with #BCB864

Text Example


Text Example

White with #BCB864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB864; }

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

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

background-color css

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

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

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

border-color css

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

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

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