#B2B494

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

Shades of Bud #B2B494

Tints of Bud #B2B494

Color information

#B2B494 (or 0xB2B494) is unknown color: approx Bud. HEX triplet: B2, B4 and 94. RGB value is (178,180,148). Sum of RGB (Red+Green+Blue) = 178+180+148=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B494 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B494 is #4D4B6B. Grayscale: #AFAFAF. Windows color (decimal): -5065580 or 9745586. OLE color: 9745586.

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

Color convert

RGB178180148-
CMYK0.0100.180.29
HSL63.75º17.58%64.31%-
HSV(B)63.75º17.78%70.59%-
XYZ40.0344.2534.45-
YUV175.75112.34129.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.18%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 148 (58.20% from 255) = 29.25%
R=35.18%
G=35.57%
B=29.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1781801480.0100.180.2963.7517.5864.31
HexB2B49410121D401240
Octal26226422410223510022100
Binary1011001010110100100101001010010111011000000100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B494; }

 p { color: rgb(178,180,148); }

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

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

 a { background-color: rgb(178,180,148); }

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

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

 span { border-color: rgb(178,180,148); }

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