#BE983C

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

Shades of Roti #BE983C

Tints of Roti #BE983C

Color information

#BE983C (or 0xBE983C) is unknown color: approx Roti. HEX triplet: BE, 98 and 3C. RGB value is (190,152,60). Sum of RGB (Red+Green+Blue) = 190+152+60=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 60 (23.83% from 255 or 14.93% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE983C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE983C is #4167C3. Grayscale: #999999. Windows color (decimal): -4286404 or 3971262. OLE color: 3971262.

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

Color convert

RGB19015260-
CMYK00.20.680.25
HSL42.46º52%49.02%-
HSV(B)42.46º68.42%74.51%-
XYZ33.2833.739.03-
YUV152.8775.59154.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 152 (59.77% from 255) = 37.81%
BLUE value IS 60 (23.83% from 255) = 14.93%
R=47.26%
G=37.81%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901526000.20.680.2542.465249.02
HexBE983C01444192a3431
Octal2762307402410431526461
Binary1011111010011000111100010100100010011001101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE983C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE983C; }

 p { color: rgb(190,152,60); }

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

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

 a { background-color: rgb(190,152,60); }

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

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

 span { border-color: rgb(190,152,60); }

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