Html Css Color HEX #B99119 Buddha Gold

📋 copy color: '#B99119'

red 185 ◦ green 145 ◦ blue 25

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

Shades of Buddha Gold #B99119

Tints of Buddha Gold #B99119

RGB

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

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

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

R = 52.11%
G = 40.85%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B99119 (or 0xB99119) is known color: Buddha Gold. HEX triplet: B9, 91 and 19. RGB value is (185,145,25). Sum of RGB (Red+Green+Blue) = 185+145+25=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 145 (57.03% from 255 or 40.85% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B99119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99119 is #466EE6. Grayscale: #8F8F8F. Windows color (decimal): -4615911 or 1675705. OLE color: 1675705.

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

Color convert

RGB 185 145 25 -
CMYK 0 0.22 0.86 0.27
HSL 45º 0.76% 0.41% -
HSV(B) 45º 0.86% 0.73% -
XYZ 30.31 30.64 5.24 -
YUV 143.28 61.25 157.76 -
System Red Green Blue C M Y K H S L
Decimal 185 145 25 0 0.22 0.86 0.27 45 0.76 0.41
Hex B9 91 19 0 16 56 1B 2D 4C 29
Octal 271 221 31 0 26 126 33 55 114 51
Binary 10111001 10010001 11001 0 10110 1010110 11011 101101 1001100 101001

Color Harmonies of #B99119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99119

Black with #B99119

Text Example


Text Example

White with #B99119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99119; }

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

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

background-color css

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

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

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

border-color css

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

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

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