Html Css Color HEX #B99313 Buddha Gold

📋 copy color: '#B99313'

red 185 ◦ green 147 ◦ blue 19

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

Shades of Buddha Gold #B99313

Tints of Buddha Gold #B99313

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.88%

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

R = 52.71%
G = 41.88%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B99313 (or 0xB99313) is known color: Buddha Gold. HEX triplet: B9, 93 and 13. RGB value is (185,147,19). Sum of RGB (Red+Green+Blue) = 185+147+19=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 19 (7.81% from 255 or 5.41% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B99313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99313 is #466CEC. Grayscale: #909090. Windows color (decimal): -4615405 or 1283001. OLE color: 1283001.

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

Color convert

RGB 185 147 19 -
CMYK 0 0.21 0.90 0.27
HSL 46.27º 0.81% 0.4% -
HSV(B) 46.27º 0.9% 0.73% -
XYZ 30.56 31.23 5.03 -
YUV 143.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 185 147 19 0 0.21 0.90 0.27 46.27 0.81 0.4
Hex B9 93 13 0 15 5A 1B 2E 51 28
Octal 271 223 23 0 25 132 33 56 121 50
Binary 10111001 10010011 10011 0 10101 1011010 11011 101110 1010001 101000

Color Harmonies of #B99313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99313

Black with #B99313

Text Example


Text Example

White with #B99313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99313; }

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

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

background-color css

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

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

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

border-color css

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

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

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