Html Css Color HEX #B0930E Lucky

📋 copy color: '#B0930E'

red 176 ◦ green 147 ◦ blue 14

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

Shades of Lucky #B0930E

Tints of Lucky #B0930E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.15%

R = 52.23%
G = 43.62%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0930E (or 0xB0930E) is known color: Lucky. HEX triplet: B0, 93 and 0E. RGB value is (176,147,14). Sum of RGB (Red+Green+Blue) = 176+147+14=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 14 (5.86% from 255 or 4.15% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B0930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0930E is #4F6CF1. Grayscale: #8D8D8D. Windows color (decimal): -5205234 or 955312. OLE color: 955312.

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

Color convert

RGB 176 147 14 -
CMYK 0 0.16 0.92 0.31
HSL 49.26º 0.85% 0.37% -
HSV(B) 49.26º 0.92% 0.69% -
XYZ 28.42 30.13 4.73 -
YUV 140.51 56.61 153.31 -
System Red Green Blue C M Y K H S L
Decimal 176 147 14 0 0.16 0.92 0.31 49.26 0.85 0.37
Hex B0 93 E 0 10 5C 1F 31 55 25
Octal 260 223 16 0 20 134 37 61 125 45
Binary 10110000 10010011 1110 0 10000 1011100 11111 110001 1010101 100101

Color Harmonies of #B0930E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0930E

Black with #B0930E

Text Example


Text Example

White with #B0930E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0930E; }

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

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

background-color css

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

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

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

border-color css

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

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

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