#B3B98B

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

Shades of Caper #B3B98B

Tints of Caper #B3B98B

Color information

#B3B98B (or 0xB3B98B) is unknown color: approx Caper. HEX triplet: B3, B9 and 8B. RGB value is (179,185,139). Sum of RGB (Red+Green+Blue) = 179+185+139=503 (66% of max value = 765). Red value is 179 (70.31% from 255 or 35.59% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 185 - color contains mainly: green. Hex color #B3B98B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B3B98B is #4C4674. Grayscale: #B2B2B2. Windows color (decimal): -4998773 or 9157043. OLE color: 9157043.

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

Color convert

RGB179185139-
CMYK0.0300.250.27
HSL67.83º24.73%63.53%-
HSV(B)67.83º24.86%72.55%-
XYZ40.646.1531.19-
YUV177.96106.01128.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 35.59%
GREEN value IS 185 (72.66% from 255) = 36.78%
BLUE value IS 139 (54.69% from 255) = 27.63%
R=35.59%
G=36.78%
B=27.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1791851390.0300.250.2767.8324.7363.53
HexB3B98B30191B441940
Octal26327121330313310431100
Binary10110011101110011000101111011001110111000100110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B98B; }

 p { color: rgb(179,185,139); }

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

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

 a { background-color: rgb(179,185,139); }

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

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

 span { border-color: rgb(179,185,139); }

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