Html Css Color HEX #B09416 Lucky

📋 copy color: '#B09416'

red 176 ◦ green 148 ◦ blue 22

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

Shades of Lucky #B09416

Tints of Lucky #B09416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.77%

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 50.87%
G = 42.77%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B09416 (or 0xB09416) is known color: Lucky. HEX triplet: B0, 94 and 16. RGB value is (176,148,22). Sum of RGB (Red+Green+Blue) = 176+148+22=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B09416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09416 is #4F6BE9. Grayscale: #8E8E8E. Windows color (decimal): -5204970 or 1479856. OLE color: 1479856.

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

Color convert

RGB 176 148 22 -
CMYK 0 0.16 0.88 0.31
HSL 49.09º 0.78% 0.39% -
HSV(B) 49.09º 0.88% 0.69% -
XYZ 28.64 30.47 5.13 -
YUV 142.01 60.28 152.25 -
System Red Green Blue C M Y K H S L
Decimal 176 148 22 0 0.16 0.88 0.31 49.09 0.78 0.39
Hex B0 94 16 0 10 58 1F 31 4E 27
Octal 260 224 26 0 20 130 37 61 116 47
Binary 10110000 10010100 10110 0 10000 1011000 11111 110001 1001110 100111

Color Harmonies of #B09416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09416

Black with #B09416

Text Example


Text Example

White with #B09416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09416; }

 p { color: rgb(176,148,22); }

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

background-color css

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

 a { background-color: rgb(176,148,22); }

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

border-color css

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

 span { border-color: rgb(176,148,22); }

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