Html Css Color HEX #B99819 Buddha Gold

📋 copy color: '#B99819'

red 185 ◦ green 152 ◦ blue 25

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

Shades of Buddha Gold #B99819

Tints of Buddha Gold #B99819

RGB

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

 GREEN value IS 152 (59.77% from 255) = 41.99%

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

R = 51.1%
G = 41.99%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B99819 (or 0xB99819) is known color: Buddha Gold. HEX triplet: B9, 98 and 19. RGB value is (185,152,25). Sum of RGB (Red+Green+Blue) = 185+152+25=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 25 (10.16% from 255 or 6.91% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B99819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99819 is #4667E6. Grayscale: #939393. Windows color (decimal): -4614119 or 1677497. OLE color: 1677497.

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

Color convert

RGB 185 152 25 -
CMYK 0 0.18 0.86 0.27
HSL 47.63º 0.76% 0.41% -
HSV(B) 47.63º 0.86% 0.73% -
XYZ 31.41 32.84 5.6 -
YUV 147.39 58.93 154.83 -
System Red Green Blue C M Y K H S L
Decimal 185 152 25 0 0.18 0.86 0.27 47.63 0.76 0.41
Hex B9 98 19 0 12 56 1B 30 4C 29
Octal 271 230 31 0 22 126 33 60 114 51
Binary 10111001 10011000 11001 0 10010 1010110 11011 110000 1001100 101001

Color Harmonies of #B99819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99819

Black with #B99819

Text Example


Text Example

White with #B99819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99819; }

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

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

background-color css

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

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

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

border-color css

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

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

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