Html Css Color HEX #BE6971 Turkish Rose

📋 copy color: '#BE6971'

red 190 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #BE6971

Tints of Turkish Rose #BE6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.74%

 BLUE value IS 113 (44.53% from 255) = 27.7%

R = 46.57%
G = 25.74%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE6971 (or 0xBE6971) is known color: Turkish Rose. HEX triplet: BE, 69 and 71. RGB value is (190,105,113). Sum of RGB (Red+Green+Blue) = 190+105+113=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 113 (44.53% from 255 or 27.70% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6971 is #41968E. Grayscale: #838383. Windows color (decimal): -4298383 or 7432638. OLE color: 7432638.

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

Color convert

RGB 190 105 113 -
CMYK 0 0.45 0.41 0.25
HSL 354.35º 0.4% 0.58% -
HSV(B) 354.35º 0.45% 0.75% -
XYZ 29.27 22.24 18.37 -
YUV 131.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 190 105 113 0 0.45 0.41 0.25 354.35 0.4 0.58
Hex BE 69 71 0 2D 29 19 162 28 3A
Octal 276 151 161 0 55 51 31 542 50 72
Binary 10111110 1101001 1110001 0 101101 101001 11001 101100010 101000 111010

Color Harmonies of #BE6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6971

Black with #BE6971

Text Example


Text Example

White with #BE6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6971; }

 p { color: rgb(190,105,113); }

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

background-color css

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

 a { background-color: rgb(190,105,113); }

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

border-color css

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

 span { border-color: rgb(190,105,113); }

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