Html Css Color HEX #B99319 Buddha Gold

📋 copy color: '#B99319'

red 185 ◦ green 147 ◦ blue 25

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

Shades of Buddha Gold #B99319

Tints of Buddha Gold #B99319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7%

R = 51.82%
G = 41.18%
B = 7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B99319 (or 0xB99319) is known color: Buddha Gold. HEX triplet: B9, 93 and 19. RGB value is (185,147,25). Sum of RGB (Red+Green+Blue) = 185+147+25=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B99319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99319 is #466CE6. Grayscale: #909090. Windows color (decimal): -4615399 or 1676217. OLE color: 1676217.

HSL color Cylindrical-coordinate representation of color #B99319: hue angle of 45.75º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B99319 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 147 25 -
CMYK 0 0.21 0.86 0.27
HSL 45.75º 0.76% 0.41% -
HSV(B) 45.75º 0.86% 0.73% -
XYZ 30.62 31.25 5.34 -
YUV 144.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 185 147 25 0 0.21 0.86 0.27 45.75 0.76 0.41
Hex B9 93 19 0 15 56 1B 2E 4C 29
Octal 271 223 31 0 25 126 33 56 114 51
Binary 10111001 10010011 11001 0 10101 1010110 11011 101110 1001100 101001

Color Harmonies of #B99319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99319

Black with #B99319

Text Example


Text Example

White with #B99319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99319; }

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

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

background-color css

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

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

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

border-color css

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

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

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