Html Css Color HEX #BE6158 Sunglo

📋 copy color: '#BE6158'

red 190 ◦ green 97 ◦ blue 88

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

Shades of Sunglo #BE6158

Tints of Sunglo #BE6158

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.87%

 BLUE value IS 88 (34.77% from 255) = 23.47%

R = 50.67%
G = 25.87%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE6158 (or 0xBE6158) is known color: Sunglo. HEX triplet: BE, 61 and 58. RGB value is (190,97,88). Sum of RGB (Red+Green+Blue) = 190+97+88=375 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.67% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 88 (34.77% from 255 or 23.47% from 375); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6158 is #419EA7. Grayscale: #7B7B7B. Windows color (decimal): -4300456 or 5792190. OLE color: 5792190.

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

Color convert

RGB 190 97 88 -
CMYK 0 0.49 0.54 0.25
HSL 5.29º 0.44% 0.55% -
HSV(B) 5.29º 0.54% 0.75% -
XYZ 27.27 20.2 11.69 -
YUV 123.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 190 97 88 0 0.49 0.54 0.25 5.29 0.44 0.55
Hex BE 61 58 0 31 36 19 5 2C 37
Octal 276 141 130 0 61 66 31 5 54 67
Binary 10111110 1100001 1011000 0 110001 110110 11001 101 101100 110111

Color Harmonies of #BE6158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6158

Black with #BE6158

Text Example


Text Example

White with #BE6158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6158; }

 p { color: rgb(190,97,88); }

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

background-color css

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

 a { background-color: rgb(190,97,88); }

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

border-color css

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

 span { border-color: rgb(190,97,88); }

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