Html Css Color HEX #BCB868 Dark Khaki

📋 copy color: '#BCB868'

red 188 ◦ green 184 ◦ blue 104

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

Shades of Dark Khaki #BCB868

Tints of Dark Khaki #BCB868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 39.5%
G = 38.66%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BCB868 (or 0xBCB868) is known color: Dark Khaki. HEX triplet: BC, B8 and 68. RGB value is (188,184,104). Sum of RGB (Red+Green+Blue) = 188+184+104=476 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.50% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB868 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB868 is #434797. Grayscale: #B0B0B0. Windows color (decimal): -4409240 or 6863036. OLE color: 6863036.

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

Color convert

RGB 188 184 104 -
CMYK 0 0.02 0.45 0.26
HSL 57.14º 0.39% 0.57% -
HSV(B) 57.14º 0.45% 0.74% -
XYZ 40.38 45.97 19.84 -
YUV 176.08 87.33 136.5 -
System Red Green Blue C M Y K H S L
Decimal 188 184 104 0 0.02 0.45 0.26 57.14 0.39 0.57
Hex BC B8 68 0 2 2D 1A 39 27 39
Octal 274 270 150 0 2 55 32 71 47 71
Binary 10111100 10111000 1101000 0 10 101101 11010 111001 100111 111001

Color Harmonies of #BCB868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB868

Black with #BCB868

Text Example


Text Example

White with #BCB868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB868; }

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

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

background-color css

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

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

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

border-color css

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

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

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