Html Css Color HEX #B1961C Lucky

📋 copy color: '#B1961C'

red 177 ◦ green 150 ◦ blue 28

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

Shades of Lucky #B1961C

Tints of Lucky #B1961C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.89%

R = 49.86%
G = 42.25%
B = 7.89%

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

#B1961C (or 0xB1961C) is known color: Lucky. HEX triplet: B1, 96 and 1C. RGB value is (177,150,28). Sum of RGB (Red+Green+Blue) = 177+150+28=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1961C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1961C is #4E69E3. Grayscale: #909090. Windows color (decimal): -5138916 or 1873585. OLE color: 1873585.

HSL color Cylindrical-coordinate representation of color #B1961C: hue angle of 49.13º degrees, saturation: 0.73, 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 #B1961C is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 150 28 -
CMYK 0 0.15 0.84 0.31
HSL 49.13º 0.73% 0.4% -
HSV(B) 49.13º 0.84% 0.69% -
XYZ 29.25 31.24 5.59 -
YUV 144.17 62.45 151.42 -
System Red Green Blue C M Y K H S L
Decimal 177 150 28 0 0.15 0.84 0.31 49.13 0.73 0.4
Hex B1 96 1C 0 F 54 1F 31 49 28
Octal 261 226 34 0 17 124 37 61 111 50
Binary 10110001 10010110 11100 0 1111 1010100 11111 110001 1001001 101000

Color Harmonies of #B1961C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1961C

Black with #B1961C

Text Example


Text Example

White with #B1961C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1961C; }

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

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

background-color css

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

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

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

border-color css

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

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

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