#BE9E37

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

Shades of Roti #BE9E37

Tints of Roti #BE9E37

Color information

#BE9E37 (or 0xBE9E37) is unknown color: approx Roti. HEX triplet: BE, 9E and 37. RGB value is (190,158,55). Sum of RGB (Red+Green+Blue) = 190+158+55=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 158 (62.11% from 255 or 39.21% from 403); Blue value is 55 (21.88% from 255 or 13.65% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9E37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9E37 is #4161C8. Grayscale: #9C9C9C. Windows color (decimal): -4284873 or 3645118. OLE color: 3645118.

HSL color Cylindrical-coordinate representation of color #BE9E37: hue angle of 45.78º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BE9E37 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB19015855-
CMYK00.170.710.25
HSL45.78º55.1%48.04%-
HSV(B)45.78º71.05%74.51%-
XYZ34.1535.688.7-
YUV155.8371.1152.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 158 (62.11% from 255) = 39.21%
BLUE value IS 55 (21.88% from 255) = 13.65%
R=47.15%
G=39.21%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901585500.170.710.2545.7855.148.04
HexBE9E3701147192e3730
Octal2762366702110731566760
Binary1011111010011110110111010001100011111001101110110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9E37; }

 p { color: rgb(190,158,55); }

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

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

 a { background-color: rgb(190,158,55); }

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

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

 span { border-color: rgb(190,158,55); }

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