Html Css Color HEX #B9A113 Buddha Gold

📋 copy color: '#B9A113'

red 185 ◦ green 161 ◦ blue 19

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

Shades of Buddha Gold #B9A113

Tints of Buddha Gold #B9A113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.21%

R = 50.68%
G = 44.11%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B9A113 (or 0xB9A113) is known color: Buddha Gold. HEX triplet: B9, A1 and 13. RGB value is (185,161,19). Sum of RGB (Red+Green+Blue) = 185+161+19=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A113 is #465EEC. Grayscale: #989898. Windows color (decimal): -4611821 or 1286585. OLE color: 1286585.

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

Color convert

RGB 185 161 19 -
CMYK 0 0.13 0.90 0.27
HSL 51.33º 0.81% 0.4% -
HSV(B) 51.33º 0.9% 0.73% -
XYZ 32.87 35.85 5.8 -
YUV 151.99 52.95 151.55 -
System Red Green Blue C M Y K H S L
Decimal 185 161 19 0 0.13 0.90 0.27 51.33 0.81 0.4
Hex B9 A1 13 0 D 5A 1B 33 51 28
Octal 271 241 23 0 15 132 33 63 121 50
Binary 10111001 10100001 10011 0 1101 1011010 11011 110011 1010001 101000

Color Harmonies of #B9A113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A113

Black with #B9A113

Text Example


Text Example

White with #B9A113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A113; }

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

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

background-color css

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

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

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

border-color css

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

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

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