#be901c

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

Shades of Buddha Gold #BE901C

Tints of Buddha Gold #BE901C

Color information

#BE901C (or 0xBE901C) is unknown color: approx Buddha Gold. HEX triplet: BE, 90 and 1C. RGB value is (190,144,28). Sum of RGB (Red+Green+Blue) = 190+144+28=362 (47% of max value = 765). Red value is 190 (74.61% from 255 or 52.49% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 28 (11.33% from 255 or 7.73% from 362); Max value from RGB is 190 - color contains mainly: red. Hex color #BE901C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE901C is #416FE3. Grayscale: #919191. Windows color (decimal): -4288484 or 1872062. OLE color: 1872062.

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

Color convert

RGB19014428-
CMYK00.240.850.25
HSL42.96º74.31%42.75%-
HSV(B)42.96º85.26%74.51%-
XYZ31.4230.985.42-
YUV144.5362.24160.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 52.49%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 28 (11.33% from 255) = 7.73%
R=52.49%
G=39.78%
B=7.73%

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
Decimal1901442800.240.850.2542.9674.3142.75
HexBE901C01855192b4a2b
Octal27622034030125315311253
Binary1011111010010000111000110001010101110011010111001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be901c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be901c; }

 p { color: rgb(190,144,28); }

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

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

 a { background-color: rgb(190,144,28); }

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

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

 span { border-color: rgb(190,144,28); }

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