#BF9E19

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

Shades of Buddha Gold #BF9E19

Tints of Buddha Gold #BF9E19

Color information

#BF9E19 (or 0xBF9E19) is unknown color: approx Buddha Gold. HEX triplet: BF, 9E and 19. RGB value is (191,158,25). Sum of RGB (Red+Green+Blue) = 191+158+25=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9E19 is #4061E6. Grayscale: #999999. Windows color (decimal): -4219367 or 1679039. OLE color: 1679039.

HSL color Cylindrical-coordinate representation of color #BF9E19: hue angle of 48.07º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF9E19 is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19115825-
CMYK00.170.870.25
HSL48.07º76.85%42.35%-
HSV(B)48.07º86.91%74.9%-
XYZ33.8935.66.01-
YUV152.755.93155.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 25 (10.16% from 255) = 6.68%
R=51.07%
G=42.25%
B=6.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911582500.170.870.2548.0776.8542.35
HexBF9E190115719304d2a
Octal27723631021127316011552
Binary1011111110011110110010100011010111110011100001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E19; }

 p { color: rgb(191,158,25); }

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

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

 a { background-color: rgb(191,158,25); }

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

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

 span { border-color: rgb(191,158,25); }

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