#BF951A

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

Shades of Buddha Gold #BF951A

Tints of Buddha Gold #BF951A

Color information

#BF951A (or 0xBF951A) is unknown color: approx Buddha Gold. HEX triplet: BF, 95 and 1A. RGB value is (191,149,26). Sum of RGB (Red+Green+Blue) = 191+149+26=366 (48% of max value = 765). Red value is 191 (75% from 255 or 52.19% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 191 - color contains mainly: red. Hex color #BF951A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF951A is #406AE5. Grayscale: #949494. Windows color (decimal): -4221670 or 1742271. OLE color: 1742271.

HSL color Cylindrical-coordinate representation of color #BF951A: hue angle of 44.73º 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 #BF951A is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB19114926-
CMYK00.220.860.25
HSL44.73º76.04%42.55%-
HSV(B)44.73º86.39%74.9%-
XYZ32.4232.655.57-
YUV147.5459.41159-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.19%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 26 (10.55% from 255) = 7.10%
R=52.19%
G=40.71%
B=7.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911492600.220.860.2544.7376.0442.55
HexBF951A01656192d4c2b
Octal27722532026126315511453
Binary1011111110010101110100101101010110110011011011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF951A; }

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

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

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

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

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

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

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

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