Html Css Color HEX #B1950E Lucky

📋 copy color: '#B1950E'

red 177 ◦ green 149 ◦ blue 14

#B1950E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lucky #B1950E

Tints of Lucky #B1950E

RGB

 RED value IS 177 (69.53% from 255) = 52.06%

 GREEN value IS 149 (58.59% from 255) = 43.82%

 BLUE value IS 14 (5.86% from 255) = 4.12%

R = 52.06%
G = 43.82%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1950E (or 0xB1950E) is known color: Lucky. HEX triplet: B1, 95 and 0E. RGB value is (177,149,14). Sum of RGB (Red+Green+Blue) = 177+149+14=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1950E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1950E is #4E6AF1. Grayscale: #8E8E8E. Windows color (decimal): -5139186 or 955825. OLE color: 955825.

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

Color convert

RGB 177 149 14 -
CMYK 0 0.16 0.92 0.31
HSL 49.69º 0.85% 0.37% -
HSV(B) 49.69º 0.92% 0.69% -
XYZ 28.96 30.87 4.85 -
YUV 141.98 55.78 152.98 -
System Red Green Blue C M Y K H S L
Decimal 177 149 14 0 0.16 0.92 0.31 49.69 0.85 0.37
Hex B1 95 E 0 10 5C 1F 32 55 25
Octal 261 225 16 0 20 134 37 62 125 45
Binary 10110001 10010101 1110 0 10000 1011100 11111 110010 1010101 100101

Color Harmonies of #B1950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1950E

Black with #B1950E

Text Example


Text Example

White with #B1950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1950E; }

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

 H1.HeaderClassName
 {
   color: #B1950E;
 }
 .AnyTagClassName
 {
   color: #B1950E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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