#BF980A

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

Shades of Buddha Gold #BF980A

Tints of Buddha Gold #BF980A

Color information

#BF980A (or 0xBF980A) is unknown color: approx Buddha Gold. HEX triplet: BF, 98 and 0A. RGB value is (191,152,10). Sum of RGB (Red+Green+Blue) = 191+152+10=353 (46% of max value = 765). Red value is 191 (75% from 255 or 54.11% from 353); Green value is 152 (59.77% from 255 or 43.06% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 191 - color contains mainly: red. Hex color #BF980A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF980A is #4067F5. Grayscale: #949494. Windows color (decimal): -4220918 or 694463. OLE color: 694463.

HSL color Cylindrical-coordinate representation of color #BF980A: hue angle of 47.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF980A is Cyan = 0, Magento = 0.20, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB19115210-
CMYK00.200.950.25
HSL47.07º90.05%39.41%-
HSV(B)47.07º94.76%74.9%-
XYZ32.7733.555.04-
YUV147.4750.42159.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.11%
GREEN value IS 152 (59.77% from 255) = 43.06%
BLUE value IS 10 (4.30% from 255) = 2.83%
R=54.11%
G=43.06%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911521000.200.950.2547.0790.0539.41
HexBF98A0145F192f5a27
Octal27723012024137315713247
Binary101111111001100010100101001011111110011011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF980A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF980A; }

 p { color: rgb(191,152,10); }

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

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

 a { background-color: rgb(191,152,10); }

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

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

 span { border-color: rgb(191,152,10); }

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