Html Css Color HEX #B1951A Lucky

📋 copy color: '#B1951A'

red 177 ◦ green 149 ◦ blue 26

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

Shades of Lucky #B1951A

Tints of Lucky #B1951A

RGB

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

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

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

R = 50.28%
G = 42.33%
B = 7.39%

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

#B1951A (or 0xB1951A) is known color: Lucky. HEX triplet: B1, 95 and 1A. RGB value is (177,149,26). Sum of RGB (Red+Green+Blue) = 177+149+26=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1951A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1951A is #4E6AE5. Grayscale: #8F8F8F. Windows color (decimal): -5139174 or 1742257. OLE color: 1742257.

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

Color convert

RGB 177 149 26 -
CMYK 0 0.16 0.85 0.31
HSL 48.87º 0.74% 0.4% -
HSV(B) 48.87º 0.85% 0.69% -
XYZ 29.07 30.92 5.41 -
YUV 143.35 61.78 152 -
System Red Green Blue C M Y K H S L
Decimal 177 149 26 0 0.16 0.85 0.31 48.87 0.74 0.4
Hex B1 95 1A 0 10 55 1F 31 4A 28
Octal 261 225 32 0 20 125 37 61 112 50
Binary 10110001 10010101 11010 0 10000 1010101 11111 110001 1001010 101000

Color Harmonies of #B1951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1951A

Black with #B1951A

Text Example


Text Example

White with #B1951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1951A; }

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

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

background-color css

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

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

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

border-color css

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

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

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