#B3B827

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

Shades of Bahia #B3B827

Tints of Bahia #B3B827

Color information

#B3B827 (or 0xB3B827) is unknown color: approx Bahia. HEX triplet: B3, B8 and 27. RGB value is (179,184,39). Sum of RGB (Red+Green+Blue) = 179+184+39=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 184 (72.27% from 255 or 45.77% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 184 - color contains mainly: green. Hex color #B3B827 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B827 is #4C47D8. Grayscale: #A6A6A6. Windows color (decimal): -4999129 or 2603187. OLE color: 2603187.

HSL color Cylindrical-coordinate representation of color #B3B827: hue angle of 62.07º 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 #B3B827 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.

Color convert

RGB17918439-
CMYK0.0300.790.28
HSL62.07º65.02%43.73%-
HSV(B)62.07º78.8%72.16%-
XYZ36.144.018.51-
YUV165.9856.34137.29-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 184 (72.27% from 255) = 45.77%
BLUE value IS 39 (15.62% from 255) = 9.70%
R=44.53%
G=45.77%
B=9.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal179184390.0300.790.2862.0765.0243.73
HexB3B827304F1C3e412c
Octal2632704730117347610154
Binary10110011101110001001111101001111111001111101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B827; }

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

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

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

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

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

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

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

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