Html Css Color HEX #B0931E Lucky

📋 copy color: '#B0931E'

red 176 ◦ green 147 ◦ blue 30

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

Shades of Lucky #B0931E

Tints of Lucky #B0931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.64%

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 49.86%
G = 41.64%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0931E (or 0xB0931E) is known color: Lucky. HEX triplet: B0, 93 and 1E. RGB value is (176,147,30). Sum of RGB (Red+Green+Blue) = 176+147+30=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0931E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0931E is #4F6CE1. Grayscale: #8E8E8E. Windows color (decimal): -5205218 or 2003888. OLE color: 2003888.

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

Color convert

RGB 176 147 30 -
CMYK 0 0.16 0.83 0.31
HSL 48.08º 0.71% 0.4% -
HSV(B) 48.08º 0.83% 0.69% -
XYZ 28.57 30.19 5.55 -
YUV 142.33 64.61 152.01 -
System Red Green Blue C M Y K H S L
Decimal 176 147 30 0 0.16 0.83 0.31 48.08 0.71 0.4
Hex B0 93 1E 0 10 53 1F 30 47 28
Octal 260 223 36 0 20 123 37 60 107 50
Binary 10110000 10010011 11110 0 10000 1010011 11111 110000 1000111 101000

Color Harmonies of #B0931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0931E

Black with #B0931E

Text Example


Text Example

White with #B0931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0931E; }

 p { color: rgb(176,147,30); }

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

background-color css

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

 a { background-color: rgb(176,147,30); }

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

border-color css

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

 span { border-color: rgb(176,147,30); }

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