Html Css Color HEX #BE524C Sunset

📋 copy color: '#BE524C'

red 190 ◦ green 82 ◦ blue 76

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

Shades of Sunset #BE524C

Tints of Sunset #BE524C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.56%

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 54.6%
G = 23.56%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#BE524C (or 0xBE524C) is known color: Sunset. HEX triplet: BE, 52 and 4C. RGB value is (190,82,76). Sum of RGB (Red+Green+Blue) = 190+82+76=348 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.60% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 190 - color contains mainly: red. Hex color #BE524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE524C is #41ADB3. Grayscale: #717171. Windows color (decimal): -4304308 or 5001918. OLE color: 5001918.

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

Color convert

RGB 190 82 76 -
CMYK 0 0.57 0.60 0.25
HSL 3.16º 0.47% 0.52% -
HSV(B) 3.16º 0.6% 0.75% -
XYZ 25.56 17.5 8.87 -
YUV 113.61 106.78 182.49 -
System Red Green Blue C M Y K H S L
Decimal 190 82 76 0 0.57 0.60 0.25 3.16 0.47 0.52
Hex BE 52 4C 0 39 3C 19 3 2F 34
Octal 276 122 114 0 71 74 31 3 57 64
Binary 10111110 1010010 1001100 0 111001 111100 11001 11 101111 110100

Color Harmonies of #BE524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE524C

Black with #BE524C

Text Example


Text Example

White with #BE524C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE524C; }

 p { color: rgb(190,82,76); }

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

background-color css

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

 a { background-color: rgb(190,82,76); }

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

border-color css

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

 span { border-color: rgb(190,82,76); }

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