Html Css Color HEX #BCB873 Dark Khaki

📋 copy color: '#BCB873'

red 188 ◦ green 184 ◦ blue 115

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

Shades of Dark Khaki #BCB873

Tints of Dark Khaki #BCB873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.61%

R = 38.6%
G = 37.78%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BCB873 (or 0xBCB873) is known color: Dark Khaki. HEX triplet: BC, B8 and 73. RGB value is (188,184,115). Sum of RGB (Red+Green+Blue) = 188+184+115=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 184 (72.27% from 255 or 37.78% from 487); Blue value is 115 (45.31% from 255 or 23.61% from 487); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB873 is #43478C. Grayscale: #B1B1B1. Windows color (decimal): -4409229 or 7583932. OLE color: 7583932.

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

Color convert

RGB 188 184 115 -
CMYK 0 0.02 0.39 0.26
HSL 56.71º 0.35% 0.59% -
HSV(B) 56.71º 0.39% 0.74% -
XYZ 40.97 46.21 22.98 -
YUV 177.33 92.83 135.61 -
System Red Green Blue C M Y K H S L
Decimal 188 184 115 0 0.02 0.39 0.26 56.71 0.35 0.59
Hex BC B8 73 0 2 27 1A 39 23 3B
Octal 274 270 163 0 2 47 32 71 43 73
Binary 10111100 10111000 1110011 0 10 100111 11010 111001 100011 111011

Color Harmonies of #BCB873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB873

Black with #BCB873

Text Example


Text Example

White with #BCB873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB873; }

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

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

background-color css

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

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

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

border-color css

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

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

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