#BE833A

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

Shades of Marigold #BE833A

Tints of Marigold #BE833A

Color information

#BE833A (or 0xBE833A) is unknown color: approx Marigold. HEX triplet: BE, 83 and 3A. RGB value is (190,131,58). Sum of RGB (Red+Green+Blue) = 190+131+58=379 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.13% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 190 - color contains mainly: red. Hex color #BE833A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE833A is #417CC5. Grayscale: #8C8C8C. Windows color (decimal): -4291782 or 3834814. OLE color: 3834814.

HSL color Cylindrical-coordinate representation of color #BE833A: hue angle of 33.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BE833A is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB19013158-
CMYK00.310.690.25
HSL33.18º53.23%48.63%-
HSV(B)33.18º69.47%74.51%-
XYZ30.1227.497.72-
YUV140.3281.55163.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 50.13%
GREEN value IS 131 (51.56% from 255) = 34.56%
BLUE value IS 58 (23.05% from 255) = 15.30%
R=50.13%
G=34.56%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901315800.310.690.2533.1853.2348.63
HexBE833A01F4519213531
Octal2762037203710531416561
Binary1011111010000011111010011111100010111001100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE833A; }

 p { color: rgb(190,131,58); }

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

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

 a { background-color: rgb(190,131,58); }

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

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

 span { border-color: rgb(190,131,58); }

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