#B3BB8A

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

Shades of Caper #B3BB8A

Tints of Caper #B3BB8A

Color information

#B3BB8A (or 0xB3BB8A) is unknown color: approx Caper. HEX triplet: B3, BB and 8A. RGB value is (179,187,138). Sum of RGB (Red+Green+Blue) = 179+187+138=504 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.52% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 187 - color contains mainly: green. Hex color #B3BB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BB8A is #4C4475. Grayscale: #B3B3B3. Windows color (decimal): -4998262 or 9092019. OLE color: 9092019.

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

Color convert

RGB179187138-
CMYK0.0400.260.27
HSL69.8º26.49%63.73%-
HSV(B)69.8º26.2%73.33%-
XYZ40.9546.9630.95-
YUV179.02104.85127.98-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.52%
GREEN value IS 187 (73.44% from 255) = 37.10%
BLUE value IS 138 (54.30% from 255) = 27.38%
R=35.52%
G=37.10%
B=27.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791871380.0400.260.2769.826.4963.73
HexB3BB8A401A1B461a40
Octal26327321240323310632100
Binary101100111011101110001010100011010110111000110110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BB8A; }

 p { color: rgb(179,187,138); }

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

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

 a { background-color: rgb(179,187,138); }

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

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

 span { border-color: rgb(179,187,138); }

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