#B3BE7B

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

Shades of Caper #B3BE7B

Tints of Caper #B3BE7B

Color information

#B3BE7B (or 0xB3BE7B) is unknown color: approx Caper. HEX triplet: B3, BE and 7B. RGB value is (179,190,123). Sum of RGB (Red+Green+Blue) = 179+190+123=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 190 - color contains mainly: green. Hex color #B3BE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3BE7B is #4C4184. Grayscale: #B3B3B3. Windows color (decimal): -4997509 or 8109747. OLE color: 8109747.

HSL color Cylindrical-coordinate representation of color #B3BE7B: hue angle of 69.85º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3BE7B is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB179190123-
CMYK0.0600.350.25
HSL69.85º34.01%61.37%-
HSV(B)69.85º35.26%74.51%-
XYZ40.5847.8425.83-
YUV179.0796.36127.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.38%
GREEN value IS 190 (74.61% from 255) = 38.62%
BLUE value IS 123 (48.44% from 255) = 25%
R=36.38%
G=38.62%
B=25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1791901230.0600.350.2569.8534.0161.37
HexB3BE7B60231946223d
Octal2632761736043311064275
Binary101100111011111011110111100100011110011000110100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3BE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3BE7B; }

 p { color: rgb(179,190,123); }

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

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

 a { background-color: rgb(179,190,123); }

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

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

 span { border-color: rgb(179,190,123); }

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