Html Css Color HEX #BE6C58 Sunglo

📋 copy color: '#BE6C58'

red 190 ◦ green 108 ◦ blue 88

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

Shades of Sunglo #BE6C58

Tints of Sunglo #BE6C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.98%

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

R = 49.22%
G = 27.98%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.25

RGB Variations

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

Color information

#BE6C58 (or 0xBE6C58) is known color: Sunglo. HEX triplet: BE, 6C and 58. RGB value is (190,108,88). Sum of RGB (Red+Green+Blue) = 190+108+88=386 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.22% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C58 is #4193A7. Grayscale: #828282. Windows color (decimal): -4297640 or 5795006. OLE color: 5795006.

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

Color convert

RGB 190 108 88 -
CMYK 0 0.43 0.54 0.25
HSL 11.76º 0.44% 0.55% -
HSV(B) 11.76º 0.54% 0.75% -
XYZ 28.36 22.38 12.06 -
YUV 130.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 190 108 88 0 0.43 0.54 0.25 11.76 0.44 0.55
Hex BE 6C 58 0 2B 36 19 C 2C 37
Octal 276 154 130 0 53 66 31 14 54 67
Binary 10111110 1101100 1011000 0 101011 110110 11001 1100 101100 110111

Color Harmonies of #BE6C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C58

Black with #BE6C58

Text Example


Text Example

White with #BE6C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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