#BF941A

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

Shades of Buddha Gold #BF941A

Tints of Buddha Gold #BF941A

Color information

#BF941A (or 0xBF941A) is unknown color: approx Buddha Gold. HEX triplet: BF, 94 and 1A. RGB value is (191,148,26). Sum of RGB (Red+Green+Blue) = 191+148+26=365 (48% of max value = 765). Red value is 191 (75% from 255 or 52.33% from 365); Green value is 148 (58.20% from 255 or 40.55% from 365); Blue value is 26 (10.55% from 255 or 7.12% from 365); Max value from RGB is 191 - color contains mainly: red. Hex color #BF941A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF941A is #406BE5. Grayscale: #939393. Windows color (decimal): -4221926 or 1742015. OLE color: 1742015.

HSL color Cylindrical-coordinate representation of color #BF941A: hue angle of 44.36º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF941A is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19114826-
CMYK00.230.860.25
HSL44.36º76.04%42.55%-
HSV(B)44.36º86.39%74.9%-
XYZ32.2632.335.52-
YUV146.9559.75159.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.33%
GREEN value IS 148 (58.20% from 255) = 40.55%
BLUE value IS 26 (10.55% from 255) = 7.12%
R=52.33%
G=40.55%
B=7.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911482600.230.860.2544.3676.0442.55
HexBF941A01756192c4c2b
Octal27722432027126315411453
Binary1011111110010100110100101111010110110011011001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF941A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF941A; }

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

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

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

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

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

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

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

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