Html Css Color HEX #BE686C Turkish Rose

📋 copy color: '#BE686C'

red 190 ◦ green 104 ◦ blue 108

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

Shades of Turkish Rose #BE686C

Tints of Turkish Rose #BE686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 26.87%

R = 47.26%
G = 25.87%
B = 26.87%

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

#BE686C (or 0xBE686C) is known color: Turkish Rose. HEX triplet: BE, 68 and 6C. RGB value is (190,104,108). Sum of RGB (Red+Green+Blue) = 190+104+108=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE686C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE686C is #419793. Grayscale: #828282. Windows color (decimal): -4298644 or 7104702. OLE color: 7104702.

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

Color convert

RGB 190 104 108 -
CMYK 0 0.45 0.43 0.25
HSL 357.21º 0.4% 0.58% -
HSV(B) 357.21º 0.45% 0.75% -
XYZ 28.89 21.93 16.9 -
YUV 130.17 115.49 170.67 -
System Red Green Blue C M Y K H S L
Decimal 190 104 108 0 0.45 0.43 0.25 357.21 0.4 0.58
Hex BE 68 6C 0 2D 2B 19 165 28 3A
Octal 276 150 154 0 55 53 31 545 50 72
Binary 10111110 1101000 1101100 0 101101 101011 11001 101100101 101000 111010

Color Harmonies of #BE686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE686C

Black with #BE686C

Text Example


Text Example

White with #BE686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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