#BF990A

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

Shades of Buddha Gold #BF990A

Tints of Buddha Gold #BF990A

Color information

#BF990A (or 0xBF990A) is unknown color: approx Buddha Gold. HEX triplet: BF, 99 and 0A. RGB value is (191,153,10). Sum of RGB (Red+Green+Blue) = 191+153+10=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF990A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF990A is #4066F5. Grayscale: #949494. Windows color (decimal): -4220662 or 694719. OLE color: 694719.

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

Color convert

RGB19115310-
CMYK00.200.950.25
HSL47.4º90.05%39.41%-
HSV(B)47.4º94.76%74.9%-
XYZ32.9333.885.09-
YUV148.0650.09158.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 153 (60.16% from 255) = 43.22%
BLUE value IS 10 (4.30% from 255) = 2.82%
R=53.95%
G=43.22%
B=2.82%

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
Decimal1911531000.200.950.2547.490.0539.41
HexBF99A0145F192f5a27
Octal27723112024137315713247
Binary101111111001100110100101001011111110011011111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF990A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF990A; }

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

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

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

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

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

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

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

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