Html Css Color HEX #BE686D Turkish Rose

📋 copy color: '#BE686D'

red 190 ◦ green 104 ◦ blue 109

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

Shades of Turkish Rose #BE686D

Tints of Turkish Rose #BE686D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.81%

 BLUE value IS 109 (42.97% from 255) = 27.05%

R = 47.15%
G = 25.81%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE686D (or 0xBE686D) is known color: Turkish Rose. HEX triplet: BE, 68 and 6D. RGB value is (190,104,109). Sum of RGB (Red+Green+Blue) = 190+104+109=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE686D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE686D is #419792. Grayscale: #828282. Windows color (decimal): -4298643 or 7170238. OLE color: 7170238.

HSL color Cylindrical-coordinate representation of color #BE686D: hue angle of 356.51º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE686D is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 104 109 -
CMYK 0 0.45 0.43 0.25
HSL 356.51º 0.4% 0.58% -
HSV(B) 356.51º 0.45% 0.75% -
XYZ 28.95 21.95 17.18 -
YUV 130.28 115.99 170.59 -
System Red Green Blue C M Y K H S L
Decimal 190 104 109 0 0.45 0.43 0.25 356.51 0.4 0.58
Hex BE 68 6D 0 2D 2B 19 165 28 3A
Octal 276 150 155 0 55 53 31 545 50 72
Binary 10111110 1101000 1101101 0 101101 101011 11001 101100101 101000 111010

Color Harmonies of #BE686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE686D

Black with #BE686D

Text Example


Text Example

White with #BE686D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE686D; }

 p { color: rgb(190,104,109); }

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

background-color css

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

 a { background-color: rgb(190,104,109); }

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

border-color css

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

 span { border-color: rgb(190,104,109); }

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