#B1B592

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

Shades of Bud #B1B592

Tints of Bud #B1B592

Color information

#B1B592 (or 0xB1B592) is unknown color: approx Bud. HEX triplet: B1, B5 and 92. RGB value is (177,181,146). Sum of RGB (Red+Green+Blue) = 177+181+146=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 181 (71.09% from 255 or 35.91% from 504); Blue value is 146 (57.42% from 255 or 28.97% from 504); Max value from RGB is 181 - color contains mainly: green. Hex color #B1B592 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B592 is #4E4A6D. Grayscale: #AFAFAF. Windows color (decimal): -5130862 or 9614769. OLE color: 9614769.

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

Color convert

RGB177181146-
CMYK0.0200.190.29
HSL66.86º19.13%64.12%-
HSV(B)66.86º19.34%70.98%-
XYZ39.8444.4733.68-
YUV175.81111.17128.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.12%
GREEN value IS 181 (71.09% from 255) = 35.91%
BLUE value IS 146 (57.42% from 255) = 28.97%
R=35.12%
G=35.91%
B=28.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771811460.0200.190.2966.8619.1364.12
HexB1B59220131D431340
Octal26126522220233510323100
Binary10110001101101011001001010010011111011000011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B592; }

 p { color: rgb(177,181,146); }

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

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

 a { background-color: rgb(177,181,146); }

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

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

 span { border-color: rgb(177,181,146); }

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