#B3BA8A

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

Shades of Caper #B3BA8A

Tints of Caper #B3BA8A

Color information

#B3BA8A (or 0xB3BA8A) is unknown color: approx Caper. HEX triplet: B3, BA and 8A. RGB value is (179,186,138). Sum of RGB (Red+Green+Blue) = 179+186+138=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 138 (54.30% from 255 or 27.44% from 503); Max value from RGB is 186 - color contains mainly: green. Hex color #B3BA8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3BA8A is #4C4575. Grayscale: #B2B2B2. Windows color (decimal): -4998518 or 9091763. OLE color: 9091763.

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

Color convert

RGB179186138-
CMYK0.0400.260.27
HSL68.75º25.81%63.53%-
HSV(B)68.75º25.81%72.94%-
XYZ40.7446.5430.88-
YUV178.43105.18128.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 186 (73.05% from 255) = 36.98%
BLUE value IS 138 (54.30% from 255) = 27.44%
R=35.59%
G=36.98%
B=27.44%

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
Decimal1791861380.0400.260.2768.7525.8163.53
HexB3BA8A401A1B451a40
Octal26327221240323310532100
Binary101100111011101010001010100011010110111000101110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BA8A; }

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

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

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

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

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

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

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

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