#B3941A

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

Shades of Buddha Gold #B3941A

Tints of Buddha Gold #B3941A

Color information

#B3941A (or 0xB3941A) is unknown color: approx Buddha Gold. HEX triplet: B3, 94 and 1A. RGB value is (179,148,26). Sum of RGB (Red+Green+Blue) = 179+148+26=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 26 (10.55% from 255 or 7.37% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3941A is #4C6BE5. Grayscale: #8F8F8F. Windows color (decimal): -5008358 or 1742003. OLE color: 1742003.

HSL color Cylindrical-coordinate representation of color #B3941A: hue angle of 47.84º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3941A is Cyan = 0, Magento = 0.17, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB17914826-
CMYK00.170.850.30
HSL47.84º74.63%40.2%-
HSV(B)47.84º85.47%70.2%-
XYZ29.3730.845.38-
YUV143.3661.77153.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 50.71%
GREEN value IS 148 (58.20% from 255) = 41.93%
BLUE value IS 26 (10.55% from 255) = 7.37%
R=50.71%
G=41.93%
B=7.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791482600.170.850.3047.8474.6340.2
HexB3941A011551E304b28
Octal26322432021125366011350
Binary1011001110010100110100100011010101111101100001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3941A; }

 p { color: rgb(179,148,26); }

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

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

 a { background-color: rgb(179,148,26); }

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

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

 span { border-color: rgb(179,148,26); }

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