#BE9A41

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

Shades of Roti #BE9A41

Tints of Roti #BE9A41

Color information

#BE9A41 (or 0xBE9A41) is unknown color: approx Roti. HEX triplet: BE, 9A and 41. RGB value is (190,154,65). Sum of RGB (Red+Green+Blue) = 190+154+65=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 154 (60.55% from 255 or 37.65% from 409); Blue value is 65 (25.78% from 255 or 15.89% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE9A41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE9A41 is #4165BE. Grayscale: #9B9B9B. Windows color (decimal): -4285887 or 4299454. OLE color: 4299454.

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

Color convert

RGB19015465-
CMYK00.190.660.25
HSL42.72º49.02%50%-
HSV(B)42.72º65.79%74.51%-
XYZ33.7434.449.87-
YUV154.6277.43153.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.45%
GREEN value IS 154 (60.55% from 255) = 37.65%
BLUE value IS 65 (25.78% from 255) = 15.89%
R=46.45%
G=37.65%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901546500.190.660.2542.7249.0250
HexBE9A4101342192b3132
Octal27623210102310231536162
Binary10111110100110101000001010011100001011001101011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE9A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE9A41; }

 p { color: rgb(190,154,65); }

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

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

 a { background-color: rgb(190,154,65); }

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

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

 span { border-color: rgb(190,154,65); }

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