Html Css Color HEX #B09613 Lucky

📋 copy color: '#B09613'

red 176 ◦ green 150 ◦ blue 19

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

Shades of Lucky #B09613

Tints of Lucky #B09613

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.48%

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

R = 51.01%
G = 43.48%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B09613 (or 0xB09613) is known color: Lucky. HEX triplet: B0, 96 and 13. RGB value is (176,150,19). Sum of RGB (Red+Green+Blue) = 176+150+19=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B09613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09613 is #4F69EC. Grayscale: #8F8F8F. Windows color (decimal): -5204461 or 1283760. OLE color: 1283760.

HSL color Cylindrical-coordinate representation of color #B09613: hue angle of 50.06º 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 #B09613 is Cyan = 0, Magento = 0.15, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 150 19 -
CMYK 0 0.15 0.89 0.31
HSL 50.06º 0.81% 0.38% -
HSV(B) 50.06º 0.89% 0.69% -
XYZ 28.93 31.09 5.09 -
YUV 142.84 58.11 151.65 -
System Red Green Blue C M Y K H S L
Decimal 176 150 19 0 0.15 0.89 0.31 50.06 0.81 0.38
Hex B0 96 13 0 F 59 1F 32 51 26
Octal 260 226 23 0 17 131 37 62 121 46
Binary 10110000 10010110 10011 0 1111 1011001 11111 110010 1010001 100110

Color Harmonies of #B09613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09613

Black with #B09613

Text Example


Text Example

White with #B09613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09613; }

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

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

background-color css

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

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

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

border-color css

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

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

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