Html Css Color HEX #B1961D Lucky

📋 copy color: '#B1961D'

red 177 ◦ green 150 ◦ blue 29

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

Shades of Lucky #B1961D

Tints of Lucky #B1961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.13%

 BLUE value IS 29 (11.72% from 255) = 8.15%

R = 49.72%
G = 42.13%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1961D (or 0xB1961D) is known color: Lucky. HEX triplet: B1, 96 and 1D. RGB value is (177,150,29). Sum of RGB (Red+Green+Blue) = 177+150+29=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1961D is #4E69E2. Grayscale: #909090. Windows color (decimal): -5138915 or 1939121. OLE color: 1939121.

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

Color convert

RGB 177 150 29 -
CMYK 0 0.15 0.84 0.31
HSL 49.05º 0.72% 0.4% -
HSV(B) 49.05º 0.84% 0.69% -
XYZ 29.26 31.25 5.65 -
YUV 144.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 177 150 29 0 0.15 0.84 0.31 49.05 0.72 0.4
Hex B1 96 1D 0 F 54 1F 31 48 28
Octal 261 226 35 0 17 124 37 61 110 50
Binary 10110001 10010110 11101 0 1111 1010100 11111 110001 1001000 101000

Color Harmonies of #B1961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1961D

Black with #B1961D

Text Example


Text Example

White with #B1961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1961D; }

 p { color: rgb(177,150,29); }

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

background-color css

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

 a { background-color: rgb(177,150,29); }

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

border-color css

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

 span { border-color: rgb(177,150,29); }

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