Html Css Color HEX #B09113 Lucky

📋 copy color: '#B09113'

red 176 ◦ green 145 ◦ blue 19

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

Shades of Lucky #B09113

Tints of Lucky #B09113

RGB

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

 GREEN value IS 145 (57.03% from 255) = 42.65%

 BLUE value IS 19 (7.81% from 255) = 5.59%

R = 51.76%
G = 42.65%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B09113 (or 0xB09113) is known color: Lucky. HEX triplet: B0, 91 and 13. RGB value is (176,145,19). Sum of RGB (Red+Green+Blue) = 176+145+19=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 145 (57.03% from 255 or 42.65% from 340); Blue value is 19 (7.81% from 255 or 5.59% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B09113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09113 is #4F6EEC. Grayscale: #8C8C8C. Windows color (decimal): -5205741 or 1282480. OLE color: 1282480.

HSL color Cylindrical-coordinate representation of color #B09113: hue angle of 48.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B09113 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 19 -
CMYK 0 0.18 0.89 0.31
HSL 48.15º 0.81% 0.38% -
HSV(B) 48.15º 0.89% 0.69% -
XYZ 28.15 29.53 4.83 -
YUV 139.91 59.77 153.75 -
System Red Green Blue C M Y K H S L
Decimal 176 145 19 0 0.18 0.89 0.31 48.15 0.81 0.38
Hex B0 91 13 0 12 59 1F 30 51 26
Octal 260 221 23 0 22 131 37 60 121 46
Binary 10110000 10010001 10011 0 10010 1011001 11111 110000 1010001 100110

Color Harmonies of #B09113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09113

Black with #B09113

Text Example


Text Example

White with #B09113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09113; }

 p { color: rgb(176,145,19); }

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

background-color css

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

 a { background-color: rgb(176,145,19); }

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

border-color css

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

 span { border-color: rgb(176,145,19); }

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