#B0B732

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

Shades of Bahia #B0B732

Tints of Bahia #B0B732

Color information

#B0B732 (or 0xB0B732) is unknown color: approx Bahia. HEX triplet: B0, B7 and 32. RGB value is (176,183,50). Sum of RGB (Red+Green+Blue) = 176+183+50=409 (54% of max value = 765). Red value is 176 (69.14% from 255 or 43.03% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B732 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B732 is #4F48CD. Grayscale: #A6A6A6. Windows color (decimal): -5195982 or 3323824. OLE color: 3323824.

HSL color Cylindrical-coordinate representation of color #B0B732: hue angle of 63.16º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0B732 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB17618350-
CMYK0.0400.730.28
HSL63.16º57.08%45.69%-
HSV(B)63.16º72.68%71.76%-
XYZ35.4143.339.51-
YUV165.7462.68135.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.03%
GREEN value IS 183 (71.88% from 255) = 44.74%
BLUE value IS 50 (19.92% from 255) = 12.22%
R=43.03%
G=44.74%
B=12.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal176183500.0400.730.2863.1657.0845.69
HexB0B73240491C3f392e
Octal260267624011134777156
Binary10110000101101111100101000100100111100111111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B732; }

 p { color: rgb(176,183,50); }

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

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

 a { background-color: rgb(176,183,50); }

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

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

 span { border-color: rgb(176,183,50); }

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