Html Css Color HEX #B99715 Buddha Gold

📋 copy color: '#B99715'

red 185 ◦ green 151 ◦ blue 21

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

Shades of Buddha Gold #B99715

Tints of Buddha Gold #B99715

RGB

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

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

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

R = 51.82%
G = 42.3%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B99715 (or 0xB99715) is known color: Buddha Gold. HEX triplet: B9, 97 and 15. RGB value is (185,151,21). Sum of RGB (Red+Green+Blue) = 185+151+21=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 21 (8.59% from 255 or 5.88% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B99715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99715 is #4668EA. Grayscale: #929292. Windows color (decimal): -4614379 or 1415097. OLE color: 1415097.

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

Color convert

RGB 185 151 21 -
CMYK 0 0.18 0.89 0.27
HSL 47.56º 0.8% 0.4% -
HSV(B) 47.56º 0.89% 0.73% -
XYZ 31.21 32.5 5.34 -
YUV 146.35 57.26 155.57 -
System Red Green Blue C M Y K H S L
Decimal 185 151 21 0 0.18 0.89 0.27 47.56 0.8 0.4
Hex B9 97 15 0 12 59 1B 30 50 28
Octal 271 227 25 0 22 131 33 60 120 50
Binary 10111001 10010111 10101 0 10010 1011001 11011 110000 1010000 101000

Color Harmonies of #B99715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99715

Black with #B99715

Text Example


Text Example

White with #B99715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99715; }

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

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

background-color css

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

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

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

border-color css

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

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

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