Html Css Color HEX #BE504D Sunset

📋 copy color: '#BE504D'

red 190 ◦ green 80 ◦ blue 77

#BE504D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunset #BE504D

Tints of Sunset #BE504D

RGB

 RED value IS 190 (74.61% from 255) = 54.76%

 GREEN value IS 80 (31.64% from 255) = 23.05%

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 54.76%
G = 23.05%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE504D (or 0xBE504D) is known color: Sunset. HEX triplet: BE, 50 and 4D. RGB value is (190,80,77). Sum of RGB (Red+Green+Blue) = 190+80+77=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE504D is #41AFB2. Grayscale: #707070. Windows color (decimal): -4304819 or 5066942. OLE color: 5066942.

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

Color convert

RGB 190 80 77 -
CMYK 0 0.58 0.59 0.25
HSL 1.59º 0.47% 0.52% -
HSV(B) 1.59º 0.59% 0.75% -
XYZ 25.44 17.22 9 -
YUV 112.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 190 80 77 0 0.58 0.59 0.25 1.59 0.47 0.52
Hex BE 50 4D 0 3A 3B 19 2 2F 34
Octal 276 120 115 0 72 73 31 2 57 64
Binary 10111110 1010000 1001101 0 111010 111011 11001 10 101111 110100

Color Harmonies of #BE504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE504D

Black with #BE504D

Text Example


Text Example

White with #BE504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE504D; }

 p { color: rgb(190,80,77); }

 H1.HeaderClassName
 {
   color: #BE504D;
 }
 .AnyTagClassName
 {
   color: #BE504D;
 }
</style>

background-color css

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

 a { background-color: rgb(190,80,77); }

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

border-color css

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

 span { border-color: rgb(190,80,77); }

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