Html Css Color HEX #B99515 Buddha Gold

📋 copy color: '#B99515'

red 185 ◦ green 149 ◦ blue 21

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

Shades of Buddha Gold #B99515

Tints of Buddha Gold #B99515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.92%

R = 52.11%
G = 41.97%
B = 5.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B99515 (or 0xB99515) is known color: Buddha Gold. HEX triplet: B9, 95 and 15. RGB value is (185,149,21). Sum of RGB (Red+Green+Blue) = 185+149+21=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B99515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99515 is #466AEA. Grayscale: #919191. Windows color (decimal): -4614891 or 1414585. OLE color: 1414585.

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

Color convert

RGB 185 149 21 -
CMYK 0 0.19 0.89 0.27
HSL 46.83º 0.8% 0.4% -
HSV(B) 46.83º 0.89% 0.73% -
XYZ 30.89 31.86 5.23 -
YUV 145.17 57.93 156.41 -
System Red Green Blue C M Y K H S L
Decimal 185 149 21 0 0.19 0.89 0.27 46.83 0.8 0.4
Hex B9 95 15 0 13 59 1B 2F 50 28
Octal 271 225 25 0 23 131 33 57 120 50
Binary 10111001 10010101 10101 0 10011 1011001 11011 101111 1010000 101000

Color Harmonies of #B99515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99515

Black with #B99515

Text Example


Text Example

White with #B99515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99515; }

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

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

background-color css

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

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

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

border-color css

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

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

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