Html Css Color HEX #B09311 Lucky

📋 copy color: '#B09311'

red 176 ◦ green 147 ◦ blue 17

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

Shades of Lucky #B09311

Tints of Lucky #B09311

RGB

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

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

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

R = 51.76%
G = 43.24%
B = 5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B09311 (or 0xB09311) is known color: Lucky. HEX triplet: B0, 93 and 11. RGB value is (176,147,17). Sum of RGB (Red+Green+Blue) = 176+147+17=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B09311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09311 is #4F6CEE. Grayscale: #8D8D8D. Windows color (decimal): -5205231 or 1151920. OLE color: 1151920.

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

Color convert

RGB 176 147 17 -
CMYK 0 0.16 0.90 0.31
HSL 49.06º 0.82% 0.38% -
HSV(B) 49.06º 0.9% 0.69% -
XYZ 28.44 30.14 4.85 -
YUV 140.85 58.11 153.07 -
System Red Green Blue C M Y K H S L
Decimal 176 147 17 0 0.16 0.90 0.31 49.06 0.82 0.38
Hex B0 93 11 0 10 5A 1F 31 52 26
Octal 260 223 21 0 20 132 37 61 122 46
Binary 10110000 10010011 10001 0 10000 1011010 11111 110001 1010010 100110

Color Harmonies of #B09311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09311

Black with #B09311

Text Example


Text Example

White with #B09311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09311; }

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

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

background-color css

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

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

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

border-color css

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

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

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