Html Css Color HEX #B99511 Buddha Gold

📋 copy color: '#B99511'

red 185 ◦ green 149 ◦ blue 17

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

Shades of Buddha Gold #B99511

Tints of Buddha Gold #B99511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.84%

R = 52.71%
G = 42.45%
B = 4.84%

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

#B99511 (or 0xB99511) is known color: Buddha Gold. HEX triplet: B9, 95 and 11. RGB value is (185,149,17). Sum of RGB (Red+Green+Blue) = 185+149+17=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 149 (58.59% from 255 or 42.45% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B99511 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99511 is #466AEE. Grayscale: #919191. Windows color (decimal): -4614895 or 1152441. OLE color: 1152441.

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

Color convert

RGB 185 149 17 -
CMYK 0 0.19 0.91 0.27
HSL 47.14º 0.83% 0.4% -
HSV(B) 47.14º 0.91% 0.73% -
XYZ 30.86 31.85 5.05 -
YUV 144.72 55.93 156.73 -
System Red Green Blue C M Y K H S L
Decimal 185 149 17 0 0.19 0.91 0.27 47.14 0.83 0.4
Hex B9 95 11 0 13 5B 1B 2F 53 28
Octal 271 225 21 0 23 133 33 57 123 50
Binary 10111001 10010101 10001 0 10011 1011011 11011 101111 1010011 101000

Color Harmonies of #B99511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99511

Black with #B99511

Text Example


Text Example

White with #B99511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99511; }

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

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

background-color css

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

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

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

border-color css

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

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

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