Html Css Color HEX #B99113 Buddha Gold

📋 copy color: '#B99113'

red 185 ◦ green 145 ◦ blue 19

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

Shades of Buddha Gold #B99113

Tints of Buddha Gold #B99113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.44%

R = 53.01%
G = 41.55%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B99113 (or 0xB99113) is known color: Buddha Gold. HEX triplet: B9, 91 and 13. RGB value is (185,145,19). Sum of RGB (Red+Green+Blue) = 185+145+19=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 19 (7.81% from 255 or 5.44% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B99113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99113 is #466EEC. Grayscale: #8F8F8F. Windows color (decimal): -4615917 or 1282489. OLE color: 1282489.

HSL color Cylindrical-coordinate representation of color #B99113: hue angle of 45.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B99113 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 145 19 -
CMYK 0 0.22 0.90 0.27
HSL 45.54º 0.81% 0.4% -
HSV(B) 45.54º 0.9% 0.73% -
XYZ 30.25 30.61 4.93 -
YUV 142.6 58.25 158.25 -
System Red Green Blue C M Y K H S L
Decimal 185 145 19 0 0.22 0.90 0.27 45.54 0.81 0.4
Hex B9 91 13 0 16 5A 1B 2E 51 28
Octal 271 221 23 0 26 132 33 56 121 50
Binary 10111001 10010001 10011 0 10110 1011010 11011 101110 1010001 101000

Color Harmonies of #B99113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99113

Black with #B99113

Text Example


Text Example

White with #B99113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99113; }

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

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

background-color css

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

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

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

border-color css

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

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

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