#B2B591

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

Shades of Bud #B2B591

Tints of Bud #B2B591

Color information

#B2B591 (or 0xB2B591) is unknown color: approx Bud. HEX triplet: B2, B5 and 91. RGB value is (178,181,145). Sum of RGB (Red+Green+Blue) = 178+181+145=504 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.32% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B591 is #4D4A6E. Grayscale: #B0B0B0. Windows color (decimal): -5065327 or 9549234. OLE color: 9549234.

HSL color Cylindrical-coordinate representation of color #B2B591: hue angle of 65º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2B591 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB178181145-
CMYK0.0200.200.29
HSL65º19.57%63.92%-
HSV(B)65º19.89%70.98%-
XYZ39.9944.5633.28-
YUV176110.51129.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.32%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 145 (57.03% from 255) = 28.77%
R=35.32%
G=35.91%
B=28.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781811450.0200.200.296519.5763.92
HexB2B59120141D411440
Octal26226522120243510124100
Binary10110010101101011001000110010100111011000001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B591; }

 p { color: rgb(178,181,145); }

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

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

 a { background-color: rgb(178,181,145); }

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

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

 span { border-color: rgb(178,181,145); }

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