Html Css Color HEX #B99219 Buddha Gold

📋 copy color: '#B99219'

red 185 ◦ green 146 ◦ blue 25

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

Shades of Buddha Gold #B99219

Tints of Buddha Gold #B99219

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.01%

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

R = 51.97%
G = 41.01%
B = 7.02%

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

#B99219 (or 0xB99219) is known color: Buddha Gold. HEX triplet: B9, 92 and 19. RGB value is (185,146,25). Sum of RGB (Red+Green+Blue) = 185+146+25=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B99219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B99219 is #466DE6. Grayscale: #909090. Windows color (decimal): -4615655 or 1675961. OLE color: 1675961.

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

Color convert

RGB 185 146 25 -
CMYK 0 0.21 0.86 0.27
HSL 45.38º 0.76% 0.41% -
HSV(B) 45.38º 0.86% 0.73% -
XYZ 30.46 30.94 5.29 -
YUV 143.87 60.92 157.34 -
System Red Green Blue C M Y K H S L
Decimal 185 146 25 0 0.21 0.86 0.27 45.38 0.76 0.41
Hex B9 92 19 0 15 56 1B 2D 4C 29
Octal 271 222 31 0 25 126 33 55 114 51
Binary 10111001 10010010 11001 0 10101 1010110 11011 101101 1001100 101001

Color Harmonies of #B99219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99219

Black with #B99219

Text Example


Text Example

White with #B99219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99219; }

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

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

background-color css

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

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

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

border-color css

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

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

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