Html Css Color HEX #B09805 Lucky

📋 copy color: '#B09805'

red 176 ◦ green 152 ◦ blue 5

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

Shades of Lucky #B09805

Tints of Lucky #B09805

RGB

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

 GREEN value IS 152 (59.77% from 255) = 45.65%

 BLUE value IS 5 (2.34% from 255) = 1.5%

R = 52.85%
G = 45.65%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B09805 (or 0xB09805) is known color: Lucky. HEX triplet: B0, 98 and 05. RGB value is (176,152,5). Sum of RGB (Red+Green+Blue) = 176+152+5=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 5 (2.34% from 255 or 1.50% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B09805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09805 is #4F67FA. Grayscale: #8F8F8F. Windows color (decimal): -5203963 or 366768. OLE color: 366768.

HSL color Cylindrical-coordinate representation of color #B09805: hue angle of 51.58º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B09805 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 5 -
CMYK 0 0.14 0.97 0.31
HSL 51.58º 0.94% 0.35% -
HSV(B) 51.58º 0.97% 0.69% -
XYZ 29.16 31.7 4.72 -
YUV 142.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 176 152 5 0 0.14 0.97 0.31 51.58 0.94 0.35
Hex B0 98 5 0 E 61 1F 34 5E 23
Octal 260 230 5 0 16 141 37 64 136 43
Binary 10110000 10011000 101 0 1110 1100001 11111 110100 1011110 100011

Color Harmonies of #B09805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09805

Black with #B09805

Text Example


Text Example

White with #B09805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09805; }

 p { color: rgb(176,152,5); }

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

background-color css

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

 a { background-color: rgb(176,152,5); }

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

border-color css

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

 span { border-color: rgb(176,152,5); }

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