Html Css Color HEX #BCB06E Dark Khaki

📋 copy color: '#BCB06E'

red 188 ◦ green 176 ◦ blue 110

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

Shades of Dark Khaki #BCB06E

Tints of Dark Khaki #BCB06E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.13%

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

R = 39.66%
G = 37.13%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCB06E (or 0xBCB06E) is known color: Dark Khaki. HEX triplet: BC, B0 and 6E. RGB value is (188,176,110). Sum of RGB (Red+Green+Blue) = 188+176+110=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 176 (69.14% from 255 or 37.13% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCB06E is #434F91. Grayscale: #ACACAC. Windows color (decimal): -4411282 or 7254204. OLE color: 7254204.

HSL color Cylindrical-coordinate representation of color #BCB06E: hue angle of 50.77º 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 #BCB06E is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 176 110 -
CMYK 0 0.06 0.41 0.26
HSL 50.77º 0.37% 0.58% -
HSV(B) 50.77º 0.41% 0.74% -
XYZ 39.08 42.87 20.97 -
YUV 172.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 188 176 110 0 0.06 0.41 0.26 50.77 0.37 0.58
Hex BC B0 6E 0 6 29 1A 33 25 3A
Octal 274 260 156 0 6 51 32 63 45 72
Binary 10111100 10110000 1101110 0 110 101001 11010 110011 100101 111010

Color Harmonies of #BCB06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB06E

Black with #BCB06E

Text Example


Text Example

White with #BCB06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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