#ba951c

Color #BA951C Buddha Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buddha Gold #BA951C

Tints of Buddha Gold #BA951C

Color information

#BA951C (or 0xBA951C) is unknown color: approx Buddha Gold. HEX triplet: BA, 95 and 1C. RGB value is (186,149,28). Sum of RGB (Red+Green+Blue) = 186+149+28=363 (48% of max value = 765). Red value is 186 (73.05% from 255 or 51.24% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 186 - color contains mainly: red. Hex color #BA951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA951C is #456AE3. Grayscale: #929292. Windows color (decimal): -4549348 or 1873338. OLE color: 1873338.

HSL color Cylindrical-coordinate representation of color #BA951C: hue angle of 45.95º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA951C is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB18614928-
CMYK00.200.850.27
HSL45.95º73.83%41.96%-
HSV(B)45.95º84.95%72.94%-
XYZ31.2132.025.63-
YUV146.2761.26156.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 51.24%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 28 (11.33% from 255) = 7.71%
R=51.24%
G=41.05%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861492800.200.850.2745.9573.8341.96
HexBA951C014551B2e4a2a
Octal27222534024125335611252
Binary1011101010010101111000101001010101110111011101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba951c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba951c; }

 p { color: rgb(186,149,28); }

 H1.HeaderClassName
 {
   color: #ba951c;
 }
 .AnyTagClassName
 {
   color: #ba951c;
 }
</style>
background-color css

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

 a { background-color: rgb(186,149,28); }

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

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

 span { border-color: rgb(186,149,28); }

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