Html Css Color HEX #BE5D56 Sunglo

📋 copy color: '#BE5D56'

red 190 ◦ green 93 ◦ blue 86

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

Shades of Sunglo #BE5D56

Tints of Sunglo #BE5D56

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.2%

 BLUE value IS 86 (33.98% from 255) = 23.31%

R = 51.49%
G = 25.2%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#BE5D56 (or 0xBE5D56) is known color: Sunglo. HEX triplet: BE, 5D and 56. RGB value is (190,93,86). Sum of RGB (Red+Green+Blue) = 190+93+86=369 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.49% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 86 (33.98% from 255 or 23.31% from 369); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5D56 is #41A2A9. Grayscale: #797979. Windows color (decimal): -4301482 or 5660094. OLE color: 5660094.

HSL color Cylindrical-coordinate representation of color #BE5D56: hue angle of 4.04º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BE5D56 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 93 86 -
CMYK 0 0.51 0.55 0.25
HSL 4.04º 0.44% 0.54% -
HSV(B) 4.04º 0.55% 0.75% -
XYZ 26.83 19.45 11.14 -
YUV 121.21 108.14 177.07 -
System Red Green Blue C M Y K H S L
Decimal 190 93 86 0 0.51 0.55 0.25 4.04 0.44 0.54
Hex BE 5D 56 0 33 37 19 4 2C 36
Octal 276 135 126 0 63 67 31 4 54 66
Binary 10111110 1011101 1010110 0 110011 110111 11001 100 101100 110110

Color Harmonies of #BE5D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D56

Black with #BE5D56

Text Example


Text Example

White with #BE5D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D56; }

 p { color: rgb(190,93,86); }

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

background-color css

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

 a { background-color: rgb(190,93,86); }

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

border-color css

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

 span { border-color: rgb(190,93,86); }

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