#B3BD7F

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

Shades of Caper #B3BD7F

Tints of Caper #B3BD7F

Color information

#B3BD7F (or 0xB3BD7F) is unknown color: approx Caper. HEX triplet: B3, BD and 7F. RGB value is (179,189,127). Sum of RGB (Red+Green+Blue) = 179+189+127=495 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.16% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 189 - color contains mainly: green. Hex color #B3BD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BD7F is #4C4280. Grayscale: #B3B3B3. Windows color (decimal): -4997761 or 8371635. OLE color: 8371635.

HSL color Cylindrical-coordinate representation of color #B3BD7F: hue angle of 69.68º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B3BD7F is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB179189127-
CMYK0.0500.330.26
HSL69.68º31.96%61.96%-
HSV(B)69.68º32.8%74.12%-
XYZ40.6247.5127.11-
YUV178.9498.69128.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.16%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 127 (50% from 255) = 25.66%
R=36.16%
G=38.18%
B=25.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1791891270.0500.330.2669.6831.9661.96
HexB3BD7F50211A46203e
Octal2632751775041321064076
Binary101100111011110111111111010100001110101000110100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BD7F; }

 p { color: rgb(179,189,127); }

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

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

 a { background-color: rgb(179,189,127); }

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

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

 span { border-color: rgb(179,189,127); }

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