#B0B627

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

Shades of Bahia #B0B627

Tints of Bahia #B0B627

Color information

#B0B627 (or 0xB0B627) is unknown color: approx Bahia. HEX triplet: B0, B6 and 27. RGB value is (176,182,39). Sum of RGB (Red+Green+Blue) = 176+182+39=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0B627 is #4F49D8. Grayscale: #A4A4A4. Windows color (decimal): -5196249 or 2602672. OLE color: 2602672.

HSL color Cylindrical-coordinate representation of color #B0B627: hue angle of 62.52º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0B627 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB17618239-
CMYK0.0300.790.29
HSL62.52º64.71%43.33%-
HSV(B)62.52º78.57%71.37%-
XYZ3542.838.34-
YUV163.957.51136.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.33%
GREEN value IS 182 (71.48% from 255) = 45.84%
BLUE value IS 39 (15.62% from 255) = 9.82%
R=44.33%
G=45.84%
B=9.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal176182390.0300.790.2962.5264.7143.33
HexB0B627304F1D3f412b
Octal2602664730117357710153
Binary10110000101101101001111101001111111011111111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B627; }

 p { color: rgb(176,182,39); }

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

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

 a { background-color: rgb(176,182,39); }

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

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

 span { border-color: rgb(176,182,39); }

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