Html Css Color HEX #B09905 Lucky

📋 copy color: '#B09905'

red 176 ◦ green 153 ◦ blue 5

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

Shades of Lucky #B09905

Tints of Lucky #B09905

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.81%

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

R = 52.69%
G = 45.81%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B09905 (or 0xB09905) is known color: Lucky. HEX triplet: B0, 99 and 05. RGB value is (176,153,5). Sum of RGB (Red+Green+Blue) = 176+153+5=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B09905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B09905 is #4F66FA. Grayscale: #8F8F8F. Windows color (decimal): -5203707 or 367024. OLE color: 367024.

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

Color convert

RGB 176 153 5 -
CMYK 0 0.13 0.97 0.31
HSL 51.93º 0.94% 0.35% -
HSV(B) 51.93º 0.97% 0.69% -
XYZ 29.32 32.02 4.78 -
YUV 143.01 50.12 151.53 -
System Red Green Blue C M Y K H S L
Decimal 176 153 5 0 0.13 0.97 0.31 51.93 0.94 0.35
Hex B0 99 5 0 D 61 1F 34 5E 23
Octal 260 231 5 0 15 141 37 64 136 43
Binary 10110000 10011001 101 0 1101 1100001 11111 110100 1011110 100011

Color Harmonies of #B09905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09905

Black with #B09905

Text Example


Text Example

White with #B09905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09905; }

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

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

background-color css

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

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

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

border-color css

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

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

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