#B4B726

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

Shades of Bahia #B4B726

Tints of Bahia #B4B726

Color information

#B4B726 (or 0xB4B726) is unknown color: approx Bahia. HEX triplet: B4, B7 and 26. RGB value is (180,183,38). Sum of RGB (Red+Green+Blue) = 180+183+38=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 183 (71.88% from 255 or 45.64% from 401); Blue value is 38 (15.23% from 255 or 9.48% from 401); Max value from RGB is 183 - color contains mainly: green. Hex color #B4B726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B726 is #4B48D9. Grayscale: #A6A6A6. Windows color (decimal): -4933850 or 2537396. OLE color: 2537396.

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

Color convert

RGB18018338-
CMYK0.0200.790.28
HSL61.24º65.61%43.33%-
HSV(B)61.24º79.23%71.76%-
XYZ36.1143.718.37-
YUV165.5756.01138.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 183 (71.88% from 255) = 45.64%
BLUE value IS 38 (15.23% from 255) = 9.48%
R=44.89%
G=45.64%
B=9.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal180183380.0200.790.2861.2465.6143.33
HexB4B726204F1C3d422b
Octal2642674620117347510253
Binary10110100101101111001101001001111111001111011000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B726; }

 p { color: rgb(180,183,38); }

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

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

 a { background-color: rgb(180,183,38); }

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

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

 span { border-color: rgb(180,183,38); }

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