#B1B727

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

Shades of Bahia #B1B727

Tints of Bahia #B1B727

Color information

#B1B727 (or 0xB1B727) is unknown color: approx Bahia. HEX triplet: B1, B7 and 27. RGB value is (177,183,39). Sum of RGB (Red+Green+Blue) = 177+183+39=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 183 (71.88% from 255 or 45.86% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1B727 is #4E48D8. Grayscale: #A5A5A5. Windows color (decimal): -5130457 or 2602929. OLE color: 2602929.

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

Color convert

RGB17718339-
CMYK0.0300.790.28
HSL62.5º64.86%43.53%-
HSV(B)62.5º78.69%71.76%-
XYZ35.4343.368.42-
YUV164.7957.01136.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 183 (71.88% from 255) = 45.86%
BLUE value IS 39 (15.62% from 255) = 9.77%
R=44.36%
G=45.86%
B=9.77%

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
Decimal177183390.0300.790.2862.564.8643.53
HexB1B727304F1C3e412c
Octal2612674730117347610154
Binary10110001101101111001111101001111111001111101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B727; }

 p { color: rgb(177,183,39); }

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

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

 a { background-color: rgb(177,183,39); }

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

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

 span { border-color: rgb(177,183,39); }

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