Html Css Color HEX #B0951C Lucky

📋 copy color: '#B0951C'

red 176 ◦ green 149 ◦ blue 28

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

Shades of Lucky #B0951C

Tints of Lucky #B0951C

RGB

 RED value IS 176 (69.14% from 255) = 49.86%

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

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

R = 49.86%
G = 42.21%
B = 7.93%

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

#B0951C (or 0xB0951C) is known color: Lucky. HEX triplet: B0, 95 and 1C. RGB value is (176,149,28). Sum of RGB (Red+Green+Blue) = 176+149+28=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0951C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0951C is #4F6AE3. Grayscale: #8F8F8F. Windows color (decimal): -5204708 or 1873328. OLE color: 1873328.

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

Color convert

RGB 176 149 28 -
CMYK 0 0.15 0.84 0.31
HSL 49.05º 0.73% 0.4% -
HSV(B) 49.05º 0.84% 0.69% -
XYZ 28.86 30.81 5.52 -
YUV 143.28 62.95 151.34 -
System Red Green Blue C M Y K H S L
Decimal 176 149 28 0 0.15 0.84 0.31 49.05 0.73 0.4
Hex B0 95 1C 0 F 54 1F 31 49 28
Octal 260 225 34 0 17 124 37 61 111 50
Binary 10110000 10010101 11100 0 1111 1010100 11111 110001 1001001 101000

Color Harmonies of #B0951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0951C

Black with #B0951C

Text Example


Text Example

White with #B0951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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