Html Css Color HEX #B99115 Buddha Gold

📋 copy color: '#B99115'

red 185 ◦ green 145 ◦ blue 21

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

Shades of Buddha Gold #B99115

Tints of Buddha Gold #B99115

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.31%

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

R = 52.71%
G = 41.31%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B99115 (or 0xB99115) is known color: Buddha Gold. HEX triplet: B9, 91 and 15. RGB value is (185,145,21). Sum of RGB (Red+Green+Blue) = 185+145+21=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 145 (57.03% from 255 or 41.31% from 351); Blue value is 21 (8.59% from 255 or 5.98% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B99115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99115 is #466EEA. Grayscale: #8F8F8F. Windows color (decimal): -4615915 or 1413561. OLE color: 1413561.

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

Color convert

RGB 185 145 21 -
CMYK 0 0.22 0.89 0.27
HSL 45.37º 0.8% 0.4% -
HSV(B) 45.37º 0.89% 0.73% -
XYZ 30.27 30.62 5.02 -
YUV 142.82 59.25 158.08 -
System Red Green Blue C M Y K H S L
Decimal 185 145 21 0 0.22 0.89 0.27 45.37 0.8 0.4
Hex B9 91 15 0 16 59 1B 2D 50 28
Octal 271 221 25 0 26 131 33 55 120 50
Binary 10111001 10010001 10101 0 10110 1011001 11011 101101 1010000 101000

Color Harmonies of #B99115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99115

Black with #B99115

Text Example


Text Example

White with #B99115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99115; }

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

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

background-color css

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

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

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

border-color css

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

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

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