Html Css Color HEX #BE6260 Sunglo

📋 copy color: '#BE6260'

red 190 ◦ green 98 ◦ blue 96

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

Shades of Sunglo #BE6260

Tints of Sunglo #BE6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.52%

 BLUE value IS 96 (37.89% from 255) = 25%

R = 49.48%
G = 25.52%
B = 25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE6260 (or 0xBE6260) is known color: Sunglo. HEX triplet: BE, 62 and 60. RGB value is (190,98,96). Sum of RGB (Red+Green+Blue) = 190+98+96=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 96 (37.89% from 255 or 25% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6260 is #419D9F. Grayscale: #7D7D7D. Windows color (decimal): -4300192 or 6316734. OLE color: 6316734.

HSL color Cylindrical-coordinate representation of color #BE6260: hue angle of 1.28º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE6260 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 98 96 -
CMYK 0 0.48 0.49 0.25
HSL 1.28º 0.42% 0.56% -
HSV(B) 1.28º 0.49% 0.75% -
XYZ 27.71 20.53 13.57 -
YUV 125.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 190 98 96 0 0.48 0.49 0.25 1.28 0.42 0.56
Hex BE 62 60 0 30 31 19 1 2A 38
Octal 276 142 140 0 60 61 31 1 52 70
Binary 10111110 1100010 1100000 0 110000 110001 11001 1 101010 111000

Color Harmonies of #BE6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6260

Black with #BE6260

Text Example


Text Example

White with #BE6260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6260; }

 p { color: rgb(190,98,96); }

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

background-color css

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

 a { background-color: rgb(190,98,96); }

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

border-color css

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

 span { border-color: rgb(190,98,96); }

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