Html Css Color HEX #B99710 Buddha Gold

📋 copy color: '#B99710'

red 185 ◦ green 151 ◦ blue 16

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

Shades of Buddha Gold #B99710

Tints of Buddha Gold #B99710

RGB

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

 GREEN value IS 151 (59.38% from 255) = 42.9%

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

R = 52.56%
G = 42.9%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B99710 (or 0xB99710) is known color: Buddha Gold. HEX triplet: B9, 97 and 10. RGB value is (185,151,16). Sum of RGB (Red+Green+Blue) = 185+151+16=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B99710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99710 is #4668EF. Grayscale: #929292. Windows color (decimal): -4614384 or 1087417. OLE color: 1087417.

HSL color Cylindrical-coordinate representation of color #B99710: hue angle of 47.93º 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 #B99710 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 151 16 -
CMYK 0 0.18 0.91 0.27
HSL 47.93º 0.84% 0.39% -
HSV(B) 47.93º 0.91% 0.73% -
XYZ 31.17 32.48 5.12 -
YUV 145.78 54.76 155.98 -
System Red Green Blue C M Y K H S L
Decimal 185 151 16 0 0.18 0.91 0.27 47.93 0.84 0.39
Hex B9 97 10 0 12 5B 1B 30 54 27
Octal 271 227 20 0 22 133 33 60 124 47
Binary 10111001 10010111 10000 0 10010 1011011 11011 110000 1010100 100111

Color Harmonies of #B99710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99710

Black with #B99710

Text Example


Text Example

White with #B99710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99710; }

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

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

background-color css

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

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

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

border-color css

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

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

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