Html Css Color HEX #B9A114 Buddha Gold

📋 copy color: '#B9A114'

red 185 ◦ green 161 ◦ blue 20

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

Shades of Buddha Gold #B9A114

Tints of Buddha Gold #B9A114

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.99%

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 50.55%
G = 43.99%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B9A114 (or 0xB9A114) is known color: Buddha Gold. HEX triplet: B9, A1 and 14. RGB value is (185,161,20). Sum of RGB (Red+Green+Blue) = 185+161+20=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A114 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A114 is #465EEB. Grayscale: #989898. Windows color (decimal): -4611820 or 1352121. OLE color: 1352121.

HSL color Cylindrical-coordinate representation of color #B9A114: hue angle of 51.27º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9A114 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 20 -
CMYK 0 0.13 0.89 0.27
HSL 51.27º 0.8% 0.4% -
HSV(B) 51.27º 0.89% 0.73% -
XYZ 32.88 35.85 5.85 -
YUV 152.1 53.45 151.46 -
System Red Green Blue C M Y K H S L
Decimal 185 161 20 0 0.13 0.89 0.27 51.27 0.8 0.4
Hex B9 A1 14 0 D 59 1B 33 50 28
Octal 271 241 24 0 15 131 33 63 120 50
Binary 10111001 10100001 10100 0 1101 1011001 11011 110011 1010000 101000

Color Harmonies of #B9A114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A114

Black with #B9A114

Text Example


Text Example

White with #B9A114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A114; }

 p { color: rgb(185,161,20); }

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

background-color css

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

 a { background-color: rgb(185,161,20); }

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

border-color css

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

 span { border-color: rgb(185,161,20); }

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