Html Css Color HEX #B1951C Lucky

📋 copy color: '#B1951C'

red 177 ◦ green 149 ◦ blue 28

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

Shades of Lucky #B1951C

Tints of Lucky #B1951C

RGB

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

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

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

R = 50%
G = 42.09%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1951C (or 0xB1951C) is known color: Lucky. HEX triplet: B1, 95 and 1C. RGB value is (177,149,28). Sum of RGB (Red+Green+Blue) = 177+149+28=354 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50% from 354); Green value is 149 (58.59% from 255 or 42.09% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 177 - color contains mainly: red. Hex color #B1951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1951C is #4E6AE3. Grayscale: #909090. Windows color (decimal): -5139172 or 1873329. OLE color: 1873329.

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

Color convert

RGB 177 149 28 -
CMYK 0 0.16 0.84 0.31
HSL 48.72º 0.73% 0.4% -
HSV(B) 48.72º 0.84% 0.69% -
XYZ 29.09 30.93 5.53 -
YUV 143.58 62.78 151.84 -
System Red Green Blue C M Y K H S L
Decimal 177 149 28 0 0.16 0.84 0.31 48.72 0.73 0.4
Hex B1 95 1C 0 10 54 1F 31 49 28
Octal 261 225 34 0 20 124 37 61 111 50
Binary 10110001 10010101 11100 0 10000 1010100 11111 110001 1001001 101000

Color Harmonies of #B1951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1951C

Black with #B1951C

Text Example


Text Example

White with #B1951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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