#BE973C

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

Shades of Roti #BE973C

Tints of Roti #BE973C

Color information

#BE973C (or 0xBE973C) is unknown color: approx Roti. HEX triplet: BE, 97 and 3C. RGB value is (190,151,60). Sum of RGB (Red+Green+Blue) = 190+151+60=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BE973C is #4168C3. Grayscale: #989898. Windows color (decimal): -4286660 or 3971006. OLE color: 3971006.

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

Color convert

RGB19015160-
CMYK00.210.680.25
HSL42º52%49.02%-
HSV(B)42º68.42%74.51%-
XYZ33.1233.418.98-
YUV152.2975.92154.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.38%
GREEN value IS 151 (59.38% from 255) = 37.66%
BLUE value IS 60 (23.83% from 255) = 14.96%
R=47.38%
G=37.66%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901516000.210.680.25425249.02
HexBE973C01544192a3431
Octal2762277402510431526461
Binary1011111010010111111100010101100010011001101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE973C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE973C; }

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

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

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

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

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

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

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

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