Html Css Color HEX #BE504B Sunset

📋 copy color: '#BE504B'

red 190 ◦ green 80 ◦ blue 75

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

Shades of Sunset #BE504B

Tints of Sunset #BE504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.74%

R = 55.07%
G = 23.19%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#BE504B (or 0xBE504B) is known color: Sunset. HEX triplet: BE, 50 and 4B. RGB value is (190,80,75). Sum of RGB (Red+Green+Blue) = 190+80+75=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE504B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE504B is #41AFB4. Grayscale: #707070. Windows color (decimal): -4304821 or 4935870. OLE color: 4935870.

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

Color convert

RGB 190 80 75 -
CMYK 0 0.58 0.61 0.25
HSL 2.61º 0.47% 0.52% -
HSV(B) 2.61º 0.61% 0.75% -
XYZ 25.37 17.19 8.64 -
YUV 112.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 190 80 75 0 0.58 0.61 0.25 2.61 0.47 0.52
Hex BE 50 4B 0 3A 3D 19 3 2F 34
Octal 276 120 113 0 72 75 31 3 57 64
Binary 10111110 1010000 1001011 0 111010 111101 11001 11 101111 110100

Color Harmonies of #BE504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE504B

Black with #BE504B

Text Example


Text Example

White with #BE504B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE504B; }

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

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

background-color css

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

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

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

border-color css

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

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

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