Html Css Color HEX #B1941A Lucky

📋 copy color: '#B1941A'

red 177 ◦ green 148 ◦ blue 26

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

Shades of Lucky #B1941A

Tints of Lucky #B1941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.17%

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 50.43%
G = 42.17%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1941A (or 0xB1941A) is known color: Lucky. HEX triplet: B1, 94 and 1A. RGB value is (177,148,26). Sum of RGB (Red+Green+Blue) = 177+148+26=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1941A is #4E6BE5. Grayscale: #8F8F8F. Windows color (decimal): -5139430 or 1742001. OLE color: 1742001.

HSL color Cylindrical-coordinate representation of color #B1941A: hue angle of 48.48º 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 #B1941A is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 148 26 -
CMYK 0 0.16 0.85 0.31
HSL 48.48º 0.74% 0.4% -
HSV(B) 48.48º 0.85% 0.69% -
XYZ 28.91 30.6 5.36 -
YUV 142.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 177 148 26 0 0.16 0.85 0.31 48.48 0.74 0.4
Hex B1 94 1A 0 10 55 1F 30 4A 28
Octal 261 224 32 0 20 125 37 60 112 50
Binary 10110001 10010100 11010 0 10000 1010101 11111 110000 1001010 101000

Color Harmonies of #B1941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1941A

Black with #B1941A

Text Example


Text Example

White with #B1941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1941A; }

 p { color: rgb(177,148,26); }

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

background-color css

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

 a { background-color: rgb(177,148,26); }

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

border-color css

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

 span { border-color: rgb(177,148,26); }

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