Html Css Color HEX #B09319 Lucky

📋 copy color: '#B09319'

red 176 ◦ green 147 ◦ blue 25

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

Shades of Lucky #B09319

Tints of Lucky #B09319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.18%

R = 50.57%
G = 42.24%
B = 7.18%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B09319 (or 0xB09319) is known color: Lucky. HEX triplet: B0, 93 and 19. RGB value is (176,147,25). Sum of RGB (Red+Green+Blue) = 176+147+25=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 25 (10.16% from 255 or 7.18% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B09319 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09319 is #4F6CE6. Grayscale: #8E8E8E. Windows color (decimal): -5205223 or 1676208. OLE color: 1676208.

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

Color convert

RGB 176 147 25 -
CMYK 0 0.16 0.86 0.31
HSL 48.48º 0.75% 0.39% -
HSV(B) 48.48º 0.86% 0.69% -
XYZ 28.51 30.17 5.24 -
YUV 141.76 62.11 152.42 -
System Red Green Blue C M Y K H S L
Decimal 176 147 25 0 0.16 0.86 0.31 48.48 0.75 0.39
Hex B0 93 19 0 10 56 1F 30 4B 27
Octal 260 223 31 0 20 126 37 60 113 47
Binary 10110000 10010011 11001 0 10000 1010110 11111 110000 1001011 100111

Color Harmonies of #B09319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09319

Black with #B09319

Text Example


Text Example

White with #B09319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09319; }

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

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

background-color css

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

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

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

border-color css

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

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

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