Html Css Color HEX #B99519 Buddha Gold

📋 copy color: '#B99519'

red 185 ◦ green 149 ◦ blue 25

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

Shades of Buddha Gold #B99519

Tints of Buddha Gold #B99519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.96%

R = 51.53%
G = 41.5%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B99519 (or 0xB99519) is known color: Buddha Gold. HEX triplet: B9, 95 and 19. RGB value is (185,149,25). Sum of RGB (Red+Green+Blue) = 185+149+25=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B99519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99519 is #466AE6. Grayscale: #929292. Windows color (decimal): -4614887 or 1676729. OLE color: 1676729.

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

Color convert

RGB 185 149 25 -
CMYK 0 0.19 0.86 0.27
HSL 46.5º 0.76% 0.41% -
HSV(B) 46.5º 0.86% 0.73% -
XYZ 30.93 31.88 5.44 -
YUV 145.63 59.93 156.08 -
System Red Green Blue C M Y K H S L
Decimal 185 149 25 0 0.19 0.86 0.27 46.5 0.76 0.41
Hex B9 95 19 0 13 56 1B 2E 4C 29
Octal 271 225 31 0 23 126 33 56 114 51
Binary 10111001 10010101 11001 0 10011 1010110 11011 101110 1001100 101001

Color Harmonies of #B99519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99519

Black with #B99519

Text Example


Text Example

White with #B99519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99519; }

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

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

background-color css

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

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

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

border-color css

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

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

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