Html Css Color HEX #BCB86E Dark Khaki

📋 copy color: '#BCB86E'

red 188 ◦ green 184 ◦ blue 110

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

Shades of Dark Khaki #BCB86E

Tints of Dark Khaki #BCB86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.82%

R = 39%
G = 38.17%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCB86E (or 0xBCB86E) is known color: Dark Khaki. HEX triplet: BC, B8 and 6E. RGB value is (188,184,110). Sum of RGB (Red+Green+Blue) = 188+184+110=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 184 (72.27% from 255 or 38.17% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCB86E is #434791. Grayscale: #B1B1B1. Windows color (decimal): -4409234 or 7256252. OLE color: 7256252.

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

Color convert

RGB 188 184 110 -
CMYK 0 0.02 0.41 0.26
HSL 56.92º 0.37% 0.58% -
HSV(B) 56.92º 0.41% 0.74% -
XYZ 40.69 46.1 21.5 -
YUV 176.76 90.33 136.02 -
System Red Green Blue C M Y K H S L
Decimal 188 184 110 0 0.02 0.41 0.26 56.92 0.37 0.58
Hex BC B8 6E 0 2 29 1A 39 25 3A
Octal 274 270 156 0 2 51 32 71 45 72
Binary 10111100 10111000 1101110 0 10 101001 11010 111001 100101 111010

Color Harmonies of #BCB86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB86E

Black with #BCB86E

Text Example


Text Example

White with #BCB86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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