Html Css Color HEX #BE6672 Turkish Rose

📋 copy color: '#BE6672'

red 190 ◦ green 102 ◦ blue 114

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

Shades of Turkish Rose #BE6672

Tints of Turkish Rose #BE6672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.12%

 BLUE value IS 114 (44.92% from 255) = 28.08%

R = 46.8%
G = 25.12%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BE6672 (or 0xBE6672) is known color: Turkish Rose. HEX triplet: BE, 66 and 72. RGB value is (190,102,114). Sum of RGB (Red+Green+Blue) = 190+102+114=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 102 (40.23% from 255 or 25.12% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6672 is #41998D. Grayscale: #818181. Windows color (decimal): -4299150 or 7497406. OLE color: 7497406.

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

Color convert

RGB 190 102 114 -
CMYK 0 0.46 0.40 0.25
HSL 351.82º 0.4% 0.57% -
HSV(B) 351.82º 0.46% 0.75% -
XYZ 29.02 21.66 18.57 -
YUV 129.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 190 102 114 0 0.46 0.40 0.25 351.82 0.4 0.57
Hex BE 66 72 0 2E 28 19 160 28 39
Octal 276 146 162 0 56 50 31 540 50 71
Binary 10111110 1100110 1110010 0 101110 101000 11001 101100000 101000 111001

Color Harmonies of #BE6672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6672

Black with #BE6672

Text Example


Text Example

White with #BE6672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6672; }

 p { color: rgb(190,102,114); }

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

background-color css

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

 a { background-color: rgb(190,102,114); }

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

border-color css

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

 span { border-color: rgb(190,102,114); }

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