Html Css Color HEX #B99510 Buddha Gold

📋 copy color: '#B99510'

red 185 ◦ green 149 ◦ blue 16

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

Shades of Buddha Gold #B99510

Tints of Buddha Gold #B99510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.57%

R = 52.86%
G = 42.57%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B99510 (or 0xB99510) is known color: Buddha Gold. HEX triplet: B9, 95 and 10. RGB value is (185,149,16). Sum of RGB (Red+Green+Blue) = 185+149+16=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 16 (6.64% from 255 or 4.57% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B99510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99510 is #466AEF. Grayscale: #919191. Windows color (decimal): -4614896 or 1086905. OLE color: 1086905.

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

Color convert

RGB 185 149 16 -
CMYK 0 0.19 0.91 0.27
HSL 47.22º 0.84% 0.39% -
HSV(B) 47.22º 0.91% 0.73% -
XYZ 30.85 31.85 5.01 -
YUV 144.6 55.43 156.81 -
System Red Green Blue C M Y K H S L
Decimal 185 149 16 0 0.19 0.91 0.27 47.22 0.84 0.39
Hex B9 95 10 0 13 5B 1B 2F 54 27
Octal 271 225 20 0 23 133 33 57 124 47
Binary 10111001 10010101 10000 0 10011 1011011 11011 101111 1010100 100111

Color Harmonies of #B99510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99510

Black with #B99510

Text Example


Text Example

White with #B99510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99510; }

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

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

background-color css

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

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

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

border-color css

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

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

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