Html Css Color HEX #B9A014 Buddha Gold

📋 copy color: '#B9A014'

red 185 ◦ green 160 ◦ blue 20

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

Shades of Buddha Gold #B9A014

Tints of Buddha Gold #B9A014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.84%

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

R = 50.68%
G = 43.84%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B9A014 (or 0xB9A014) is known color: Buddha Gold. HEX triplet: B9, A0 and 14. RGB value is (185,160,20). Sum of RGB (Red+Green+Blue) = 185+160+20=365 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.68% from 365); Green value is 160 (62.89% from 255 or 43.84% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9A014 is #465FEB. Grayscale: #989898. Windows color (decimal): -4612076 or 1351865. OLE color: 1351865.

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

Color convert

RGB 185 160 20 -
CMYK 0 0.14 0.89 0.27
HSL 50.91º 0.8% 0.4% -
HSV(B) 50.91º 0.89% 0.73% -
XYZ 32.7 35.51 5.79 -
YUV 151.52 53.78 151.88 -
System Red Green Blue C M Y K H S L
Decimal 185 160 20 0 0.14 0.89 0.27 50.91 0.8 0.4
Hex B9 A0 14 0 E 59 1B 33 50 28
Octal 271 240 24 0 16 131 33 63 120 50
Binary 10111001 10100000 10100 0 1110 1011001 11011 110011 1010000 101000

Color Harmonies of #B9A014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A014

Black with #B9A014

Text Example


Text Example

White with #B9A014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A014; }

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

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

background-color css

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

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

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

border-color css

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

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

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