Html Css Color HEX #B09211 Lucky

📋 copy color: '#B09211'

red 176 ◦ green 146 ◦ blue 17

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

Shades of Lucky #B09211

Tints of Lucky #B09211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.01%

R = 51.92%
G = 43.07%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B09211 (or 0xB09211) is known color: Lucky. HEX triplet: B0, 92 and 11. RGB value is (176,146,17). Sum of RGB (Red+Green+Blue) = 176+146+17=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 146 (57.42% from 255 or 43.07% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B09211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09211 is #4F6DEE. Grayscale: #8C8C8C. Windows color (decimal): -5205487 or 1151664. OLE color: 1151664.

HSL color Cylindrical-coordinate representation of color #B09211: hue angle of 48.68º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B09211 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 146 17 -
CMYK 0 0.17 0.90 0.31
HSL 48.68º 0.82% 0.38% -
HSV(B) 48.68º 0.9% 0.69% -
XYZ 28.28 29.83 4.8 -
YUV 140.26 58.44 153.49 -
System Red Green Blue C M Y K H S L
Decimal 176 146 17 0 0.17 0.90 0.31 48.68 0.82 0.38
Hex B0 92 11 0 11 5A 1F 31 52 26
Octal 260 222 21 0 21 132 37 61 122 46
Binary 10110000 10010010 10001 0 10001 1011010 11111 110001 1010010 100110

Color Harmonies of #B09211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09211

Black with #B09211

Text Example


Text Example

White with #B09211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09211; }

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

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

background-color css

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

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

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

border-color css

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

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

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