#B1951B

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

Shades of Lucky #B1951B

Tints of Lucky #B1951B

Color information

#B1951B (or 0xB1951B) is unknown color: approx Lucky. HEX triplet: B1, 95 and 1B. RGB value is (177,149,27). Sum of RGB (Red+Green+Blue) = 177+149+27=353 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.14% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 177 - color contains mainly: red. Hex color #B1951B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1951B is #4E6AE4. Grayscale: #8F8F8F. Windows color (decimal): -5139173 or 1807793. OLE color: 1807793.

HSL color Cylindrical-coordinate representation of color #B1951B: hue angle of 48.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1951B is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB17714927-
CMYK00.160.850.31
HSL48.8º73.53%40%-
HSV(B)48.8º84.75%69.41%-
XYZ29.0830.925.47-
YUV143.4662.28151.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.14%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 27 (10.94% from 255) = 7.65%
R=50.14%
G=42.21%
B=7.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.85
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771492700.160.850.3148.873.5340
HexB1951B010551F314a28
Octal26122533020125376111250
Binary1011000110010101110110100001010101111111100011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1951B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1951B; }

 p { color: rgb(177,149,27); }

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

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

 a { background-color: rgb(177,149,27); }

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

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

 span { border-color: rgb(177,149,27); }

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