#B4B827

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

Shades of Bahia #B4B827

Tints of Bahia #B4B827

Color information

#B4B827 (or 0xB4B827) is unknown color: approx Bahia. HEX triplet: B4, B8 and 27. RGB value is (180,184,39). Sum of RGB (Red+Green+Blue) = 180+184+39=403 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.67% from 403); Green value is 184 (72.27% from 255 or 45.66% from 403); Blue value is 39 (15.62% from 255 or 9.68% from 403); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4B827 is #4B47D8. Grayscale: #A6A6A6. Windows color (decimal): -4933593 or 2603188. OLE color: 2603188.

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

Color convert

RGB18018439-
CMYK0.0200.790.28
HSL61.66º65.02%43.73%-
HSV(B)61.66º78.8%72.16%-
XYZ36.3344.138.52-
YUV166.2756.17137.79-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.67%
GREEN value IS 184 (72.27% from 255) = 45.66%
BLUE value IS 39 (15.62% from 255) = 9.68%
R=44.67%
G=45.66%
B=9.68%

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
Decimal180184390.0200.790.2861.6665.0243.73
HexB4B827204F1C3e412c
Octal2642704720117347610154
Binary10110100101110001001111001001111111001111101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B827; }

 p { color: rgb(180,184,39); }

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

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

 a { background-color: rgb(180,184,39); }

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

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

 span { border-color: rgb(180,184,39); }

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