#BE911D

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

Shades of Buddha Gold #BE911D

Tints of Buddha Gold #BE911D

Color information

#BE911D (or 0xBE911D) is unknown color: approx Buddha Gold. HEX triplet: BE, 91 and 1D. RGB value is (190,145,29). Sum of RGB (Red+Green+Blue) = 190+145+29=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE911D is #416EE2. Grayscale: #919191. Windows color (decimal): -4288227 or 1937854. OLE color: 1937854.

HSL color Cylindrical-coordinate representation of color #BE911D: hue angle of 43.23º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BE911D is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB19014529-
CMYK00.240.850.25
HSL43.23º73.52%42.94%-
HSV(B)43.23º84.74%74.51%-
XYZ31.5831.295.54-
YUV145.2362.41159.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.20%
GREEN value IS 145 (57.03% from 255) = 39.84%
BLUE value IS 29 (11.72% from 255) = 7.97%
R=52.20%
G=39.84%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.85
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901452900.240.850.2543.2373.5242.94
HexBE911D01855192b4a2b
Octal27622135030125315311253
Binary1011111010010001111010110001010101110011010111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE911D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE911D; }

 p { color: rgb(190,145,29); }

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

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

 a { background-color: rgb(190,145,29); }

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

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

 span { border-color: rgb(190,145,29); }

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