#BE973A

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

Shades of Roti #BE973A

Tints of Roti #BE973A

Color information

#BE973A (or 0xBE973A) is unknown color: approx Roti. HEX triplet: BE, 97 and 3A. RGB value is (190,151,58). Sum of RGB (Red+Green+Blue) = 190+151+58=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 151 (59.38% from 255 or 37.84% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE973A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE973A is #4168C5. Grayscale: #989898. Windows color (decimal): -4286662 or 3839934. OLE color: 3839934.

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

Color convert

RGB19015158-
CMYK00.210.690.25
HSL42.27º53.23%48.63%-
HSV(B)42.27º69.47%74.51%-
XYZ33.0733.398.7-
YUV152.0674.92155.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 151 (59.38% from 255) = 37.84%
BLUE value IS 58 (23.05% from 255) = 14.54%
R=47.62%
G=37.84%
B=14.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901515800.210.690.2542.2753.2348.63
HexBE973A01545192a3531
Octal2762277202510531526561
Binary1011111010010111111010010101100010111001101010110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE973A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE973A; }

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

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

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

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

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

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

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

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