#BE971B

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

Shades of Buddha Gold #BE971B

Tints of Buddha Gold #BE971B

Color information

#BE971B (or 0xBE971B) is unknown color: approx Buddha Gold. HEX triplet: BE, 97 and 1B. RGB value is (190,151,27). Sum of RGB (Red+Green+Blue) = 190+151+27=368 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.63% from 368); Green value is 151 (59.38% from 255 or 41.03% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 190 - color contains mainly: red. Hex color #BE971B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE971B is #4168E4. Grayscale: #959595. Windows color (decimal): -4286693 or 1808318. OLE color: 1808318.

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

Color convert

RGB19015127-
CMYK00.210.860.25
HSL45.64º75.12%42.55%-
HSV(B)45.64º85.79%74.51%-
XYZ32.533.165.72-
YUV148.5259.42157.58-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 51.63%
GREEN value IS 151 (59.38% from 255) = 41.03%
BLUE value IS 27 (10.94% from 255) = 7.34%
R=51.63%
G=41.03%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901512700.210.860.2545.6475.1242.55
HexBE971B01556192e4b2b
Octal27622733025126315611353
Binary1011111010010111110110101011010110110011011101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE971B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE971B; }

 p { color: rgb(190,151,27); }

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

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

 a { background-color: rgb(190,151,27); }

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

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

 span { border-color: rgb(190,151,27); }

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