Html Css Color HEX #B99516 Buddha Gold

📋 copy color: '#B99516'

red 185 ◦ green 149 ◦ blue 22

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

Shades of Buddha Gold #B99516

Tints of Buddha Gold #B99516

RGB

 RED value IS 185 (72.66% from 255) = 51.97%

 GREEN value IS 149 (58.59% from 255) = 41.85%

 BLUE value IS 22 (8.98% from 255) = 6.18%

R = 51.97%
G = 41.85%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B99516 (or 0xB99516) is known color: Buddha Gold. HEX triplet: B9, 95 and 16. RGB value is (185,149,22). Sum of RGB (Red+Green+Blue) = 185+149+22=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B99516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99516 is #466AE9. Grayscale: #919191. Windows color (decimal): -4614890 or 1480121. OLE color: 1480121.

HSL color Cylindrical-coordinate representation of color #B99516: hue angle of 46.75º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B99516 is Cyan = 0, Magento = 0.19, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 149 22 -
CMYK 0 0.19 0.88 0.27
HSL 46.75º 0.79% 0.41% -
HSV(B) 46.75º 0.88% 0.73% -
XYZ 30.9 31.87 5.28 -
YUV 145.29 58.43 156.33 -
System Red Green Blue C M Y K H S L
Decimal 185 149 22 0 0.19 0.88 0.27 46.75 0.79 0.41
Hex B9 95 16 0 13 58 1B 2F 4F 29
Octal 271 225 26 0 23 130 33 57 117 51
Binary 10111001 10010101 10110 0 10011 1011000 11011 101111 1001111 101001

Color Harmonies of #B99516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99516

Black with #B99516

Text Example


Text Example

White with #B99516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99516; }

 p { color: rgb(185,149,22); }

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

background-color css

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

 a { background-color: rgb(185,149,22); }

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

border-color css

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

 span { border-color: rgb(185,149,22); }

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