Html Css Color HEX #B09213 Lucky

📋 copy color: '#B09213'

red 176 ◦ green 146 ◦ blue 19

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

Shades of Lucky #B09213

Tints of Lucky #B09213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

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

R = 51.61%
G = 42.82%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B09213 (or 0xB09213) is known color: Lucky. HEX triplet: B0, 92 and 13. RGB value is (176,146,19). Sum of RGB (Red+Green+Blue) = 176+146+19=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B09213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09213 is #4F6DEC. Grayscale: #8D8D8D. Windows color (decimal): -5205485 or 1282736. OLE color: 1282736.

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

Color convert

RGB 176 146 19 -
CMYK 0 0.17 0.89 0.31
HSL 48.54º 0.81% 0.38% -
HSV(B) 48.54º 0.89% 0.69% -
XYZ 28.3 29.83 4.88 -
YUV 140.49 59.44 153.33 -
System Red Green Blue C M Y K H S L
Decimal 176 146 19 0 0.17 0.89 0.31 48.54 0.81 0.38
Hex B0 92 13 0 11 59 1F 31 51 26
Octal 260 222 23 0 21 131 37 61 121 46
Binary 10110000 10010010 10011 0 10001 1011001 11111 110001 1010001 100110

Color Harmonies of #B09213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09213

Black with #B09213

Text Example


Text Example

White with #B09213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09213; }

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

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

background-color css

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

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

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

border-color css

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

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

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