Html Css Color HEX #BE676C Turkish Rose

📋 copy color: '#BE676C'

red 190 ◦ green 103 ◦ blue 108

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

Shades of Turkish Rose #BE676C

Tints of Turkish Rose #BE676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

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

R = 47.38%
G = 25.69%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE676C (or 0xBE676C) is known color: Turkish Rose. HEX triplet: BE, 67 and 6C. RGB value is (190,103,108). Sum of RGB (Red+Green+Blue) = 190+103+108=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE676C is #419893. Grayscale: #818181. Windows color (decimal): -4298900 or 7104446. OLE color: 7104446.

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

Color convert

RGB 190 103 108 -
CMYK 0 0.46 0.43 0.25
HSL 356.55º 0.4% 0.57% -
HSV(B) 356.55º 0.46% 0.75% -
XYZ 28.79 21.73 16.86 -
YUV 129.58 115.82 171.09 -
System Red Green Blue C M Y K H S L
Decimal 190 103 108 0 0.46 0.43 0.25 356.55 0.4 0.57
Hex BE 67 6C 0 2E 2B 19 165 28 39
Octal 276 147 154 0 56 53 31 545 50 71
Binary 10111110 1100111 1101100 0 101110 101011 11001 101100101 101000 111001

Color Harmonies of #BE676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE676C

Black with #BE676C

Text Example


Text Example

White with #BE676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE676C; }

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

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

background-color css

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

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

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

border-color css

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

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

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