Html Css Color HEX #B0901C Lucky

📋 copy color: '#B0901C'

red 176 ◦ green 144 ◦ blue 28

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

Shades of Lucky #B0901C

Tints of Lucky #B0901C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.38%

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

R = 50.57%
G = 41.38%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0901C (or 0xB0901C) is known color: Lucky. HEX triplet: B0, 90 and 1C. RGB value is (176,144,28). Sum of RGB (Red+Green+Blue) = 176+144+28=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0901C is #4F6FE3. Grayscale: #8C8C8C. Windows color (decimal): -5205988 or 1872048. OLE color: 1872048.

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

Color convert

RGB 176 144 28 -
CMYK 0 0.18 0.84 0.31
HSL 47.03º 0.73% 0.4% -
HSV(B) 47.03º 0.84% 0.69% -
XYZ 28.09 29.26 5.27 -
YUV 140.34 64.6 153.43 -
System Red Green Blue C M Y K H S L
Decimal 176 144 28 0 0.18 0.84 0.31 47.03 0.73 0.4
Hex B0 90 1C 0 12 54 1F 2F 49 28
Octal 260 220 34 0 22 124 37 57 111 50
Binary 10110000 10010000 11100 0 10010 1010100 11111 101111 1001001 101000

Color Harmonies of #B0901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0901C

Black with #B0901C

Text Example


Text Example

White with #B0901C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0901C; }

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

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

background-color css

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

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

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

border-color css

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

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

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