#B4BC6A

Color #B4BC6A Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #B4BC6A

Tints of Dark Khaki #B4BC6A

Color information

#B4BC6A (or 0xB4BC6A) is unknown color: approx Dark Khaki. HEX triplet: B4, BC and 6A. RGB value is (180,188,106). Sum of RGB (Red+Green+Blue) = 180+188+106=474 (62% of max value = 765). Red value is 180 (70.70% from 255 or 37.97% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4BC6A is #4B4395. Grayscale: #B0B0B0. Windows color (decimal): -4932502 or 6995124. OLE color: 6995124.

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

Color convert

RGB180188106-
CMYK0.0400.440.26
HSL65.85º37.96%57.65%-
HSV(B)65.85º43.62%73.73%-
XYZ39.4146.7120.57-
YUV176.2688.35130.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.97%
GREEN value IS 188 (73.83% from 255) = 39.66%
BLUE value IS 106 (41.80% from 255) = 22.36%
R=37.97%
G=39.66%
B=22.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881060.0400.440.2665.8537.9657.65
HexB4BC6A402C1A42263a
Octal2642741524054321024672
Binary101101001011110011010101000101100110101000010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC6A; }

 p { color: rgb(180,188,106); }

 H1.HeaderClassName
 {
   color: #B4BC6A;
 }
 .AnyTagClassName
 {
   color: #B4BC6A;
 }
</style>
background-color css

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

 a { background-color: rgb(180,188,106); }

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

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

 span { border-color: rgb(180,188,106); }

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