#BF9E0E

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

Shades of Buddha Gold #BF9E0E

Tints of Buddha Gold #BF9E0E

Color information

#BF9E0E (or 0xBF9E0E) is unknown color: approx Buddha Gold. HEX triplet: BF, 9E and 0E. RGB value is (191,158,14). Sum of RGB (Red+Green+Blue) = 191+158+14=363 (48% of max value = 765). Red value is 191 (75% from 255 or 52.62% from 363); Green value is 158 (62.11% from 255 or 43.53% from 363); Blue value is 14 (5.86% from 255 or 3.86% from 363); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9E0E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF9E0E is #4061F1. Grayscale: #989898. Windows color (decimal): -4219378 or 958143. OLE color: 958143.

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

Color convert

RGB19115814-
CMYK00.170.930.25
HSL48.81º86.34%40.2%-
HSV(B)48.81º92.67%74.9%-
XYZ33.7935.565.5-
YUV151.4550.43156.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.62%
GREEN value IS 158 (62.11% from 255) = 43.53%
BLUE value IS 14 (5.86% from 255) = 3.86%
R=52.62%
G=43.53%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911581400.170.930.2548.8186.3440.2
HexBF9EE0115D19315628
Octal27723616021135316112650
Binary101111111001111011100100011011101110011100011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9E0E; }

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

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

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

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

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

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

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

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