Html Css Color HEX #B9A219 Buddha Gold

📋 copy color: '#B9A219'

red 185 ◦ green 162 ◦ blue 25

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

Shades of Buddha Gold #B9A219

Tints of Buddha Gold #B9A219

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.55%

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

R = 49.73%
G = 43.55%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B9A219 (or 0xB9A219) is known color: Buddha Gold. HEX triplet: B9, A2 and 19. RGB value is (185,162,25). Sum of RGB (Red+Green+Blue) = 185+162+25=372 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.73% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 25 (10.16% from 255 or 6.72% from 372); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A219 is #465DE6. Grayscale: #999999. Windows color (decimal): -4611559 or 1680057. OLE color: 1680057.

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

Color convert

RGB 185 162 25 -
CMYK 0 0.12 0.86 0.27
HSL 51.38º 0.76% 0.41% -
HSV(B) 51.38º 0.86% 0.73% -
XYZ 33.1 36.23 6.17 -
YUV 153.26 55.62 150.64 -
System Red Green Blue C M Y K H S L
Decimal 185 162 25 0 0.12 0.86 0.27 51.38 0.76 0.41
Hex B9 A2 19 0 C 56 1B 33 4C 29
Octal 271 242 31 0 14 126 33 63 114 51
Binary 10111001 10100010 11001 0 1100 1010110 11011 110011 1001100 101001

Color Harmonies of #B9A219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A219

Black with #B9A219

Text Example


Text Example

White with #B9A219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A219; }

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

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

background-color css

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

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

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

border-color css

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

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

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