#B3B720

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

Shades of Bahia #B3B720

Tints of Bahia #B3B720

Color information

#B3B720 (or 0xB3B720) is unknown color: approx Bahia. HEX triplet: B3, B7 and 20. RGB value is (179,183,32). Sum of RGB (Red+Green+Blue) = 179+183+32=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 183 (71.88% from 255 or 46.45% from 394); Blue value is 32 (12.89% from 255 or 8.12% from 394); Max value from RGB is 183 - color contains mainly: green. Hex color #B3B720 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B720 is #4C48DF. Grayscale: #A5A5A5. Windows color (decimal): -4999392 or 2144179. OLE color: 2144179.

HSL color Cylindrical-coordinate representation of color #B3B720: hue angle of 61.59º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B3B720 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB17918332-
CMYK0.0200.830.28
HSL61.59º70.23%42.16%-
HSV(B)61.59º82.51%71.76%-
XYZ35.7843.557.89-
YUV164.5953.17138.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 183 (71.88% from 255) = 46.45%
BLUE value IS 32 (12.89% from 255) = 8.12%
R=45.43%
G=46.45%
B=8.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179183320.0200.830.2861.5970.2342.16
HexB3B72020531C3e462a
Octal2632674020123347610652
Binary10110011101101111000001001010011111001111101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B720; }

 p { color: rgb(179,183,32); }

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

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

 a { background-color: rgb(179,183,32); }

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

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

 span { border-color: rgb(179,183,32); }

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