Html Css Color HEX #B99518 Buddha Gold

📋 copy color: '#B99518'

red 185 ◦ green 149 ◦ blue 24

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

Shades of Buddha Gold #B99518

Tints of Buddha Gold #B99518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.7%

R = 51.68%
G = 41.62%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B99518 (or 0xB99518) is known color: Buddha Gold. HEX triplet: B9, 95 and 18. RGB value is (185,149,24). Sum of RGB (Red+Green+Blue) = 185+149+24=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 24 (9.77% from 255 or 6.70% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B99518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99518 is #466AE7. Grayscale: #929292. Windows color (decimal): -4614888 or 1611193. OLE color: 1611193.

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

Color convert

RGB 185 149 24 -
CMYK 0 0.19 0.87 0.27
HSL 46.58º 0.77% 0.41% -
HSV(B) 46.58º 0.87% 0.73% -
XYZ 30.92 31.88 5.39 -
YUV 145.51 59.43 156.16 -
System Red Green Blue C M Y K H S L
Decimal 185 149 24 0 0.19 0.87 0.27 46.58 0.77 0.41
Hex B9 95 18 0 13 57 1B 2F 4D 29
Octal 271 225 30 0 23 127 33 57 115 51
Binary 10111001 10010101 11000 0 10011 1010111 11011 101111 1001101 101001

Color Harmonies of #B99518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99518

Black with #B99518

Text Example


Text Example

White with #B99518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99518; }

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

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

background-color css

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

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

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

border-color css

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

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

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