#BF961A

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

Shades of Buddha Gold #BF961A

Tints of Buddha Gold #BF961A

Color information

#BF961A (or 0xBF961A) is unknown color: approx Buddha Gold. HEX triplet: BF, 96 and 1A. RGB value is (191,150,26). Sum of RGB (Red+Green+Blue) = 191+150+26=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF961A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF961A is #4069E5. Grayscale: #949494. Windows color (decimal): -4221414 or 1742527. OLE color: 1742527.

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

Color convert

RGB19115026-
CMYK00.210.860.25
HSL45.09º76.04%42.55%-
HSV(B)45.09º86.39%74.9%-
XYZ32.5832.965.62-
YUV148.1259.08158.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 150 (58.98% from 255) = 40.87%
BLUE value IS 26 (10.55% from 255) = 7.08%
R=52.04%
G=40.87%
B=7.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911502600.210.860.2545.0976.0442.55
HexBF961A01556192d4c2b
Octal27722632025126315511453
Binary1011111110010110110100101011010110110011011011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF961A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF961A; }

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

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

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

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

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

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

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

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