Html Css Color HEX #BE514C Sunset

📋 copy color: '#BE514C'

red 190 ◦ green 81 ◦ blue 76

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

Shades of Sunset #BE514C

Tints of Sunset #BE514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

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

R = 54.76%
G = 23.34%
B = 21.9%

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

#BE514C (or 0xBE514C) is known color: Sunset. HEX triplet: BE, 51 and 4C. RGB value is (190,81,76). Sum of RGB (Red+Green+Blue) = 190+81+76=347 (45% of max value = 765). Red value is 190 (74.61% from 255 or 54.76% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 190 - color contains mainly: red. Hex color #BE514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BE514C is #41AEB3. Grayscale: #717171. Windows color (decimal): -4304564 or 5001662. OLE color: 5001662.

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

Color convert

RGB 190 81 76 -
CMYK 0 0.57 0.60 0.25
HSL 2.63º 0.47% 0.52% -
HSV(B) 2.63º 0.6% 0.75% -
XYZ 25.48 17.35 8.84 -
YUV 113.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 190 81 76 0 0.57 0.60 0.25 2.63 0.47 0.52
Hex BE 51 4C 0 39 3C 19 3 2F 34
Octal 276 121 114 0 71 74 31 3 57 64
Binary 10111110 1010001 1001100 0 111001 111100 11001 11 101111 110100

Color Harmonies of #BE514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE514C

Black with #BE514C

Text Example


Text Example

White with #BE514C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE514C; }

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

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

background-color css

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

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

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

border-color css

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

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

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