#B4BC85

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

Shades of Caper #B4BC85

Tints of Caper #B4BC85

Color information

#B4BC85 (or 0xB4BC85) is unknown color: approx Caper. HEX triplet: B4, BC and 85. RGB value is (180,188,133). Sum of RGB (Red+Green+Blue) = 180+188+133=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 188 - color contains mainly: green. Hex color #B4BC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BC85 is #4B437A. Grayscale: #B3B3B3. Windows color (decimal): -4932475 or 8764596. OLE color: 8764596.

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

Color convert

RGB180188133-
CMYK0.0400.290.26
HSL68.73º29.1%62.94%-
HSV(B)68.73º29.26%73.73%-
XYZ41.0447.3629.17-
YUV179.34101.85128.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.93%
GREEN value IS 188 (73.83% from 255) = 37.52%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=35.93%
G=37.52%
B=26.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1801881330.0400.290.2668.7329.162.94
HexB4BC85401D1A451d3f
Octal2642742054035321053577
Binary10110100101111001000010110001110111010100010111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BC85; }

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

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

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

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

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

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

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

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