Html Css Color HEX #BE676B Turkish Rose

📋 copy color: '#BE676B'

red 190 ◦ green 103 ◦ blue 107

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

Shades of Turkish Rose #BE676B

Tints of Turkish Rose #BE676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.75%

R = 47.5%
G = 25.75%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE676B (or 0xBE676B) is known color: Turkish Rose. HEX triplet: BE, 67 and 6B. RGB value is (190,103,107). Sum of RGB (Red+Green+Blue) = 190+103+107=400 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.5% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 190 - color contains mainly: red. Hex color #BE676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE676B is #419894. Grayscale: #818181. Windows color (decimal): -4298901 or 7038910. OLE color: 7038910.

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

Color convert

RGB 190 103 107 -
CMYK 0 0.46 0.44 0.25
HSL 357.24º 0.4% 0.57% -
HSV(B) 357.24º 0.46% 0.75% -
XYZ 28.74 21.71 16.59 -
YUV 129.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 190 103 107 0 0.46 0.44 0.25 357.24 0.4 0.57
Hex BE 67 6B 0 2E 2C 19 165 28 39
Octal 276 147 153 0 56 54 31 545 50 71
Binary 10111110 1100111 1101011 0 101110 101100 11001 101100101 101000 111001

Color Harmonies of #BE676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE676B

Black with #BE676B

Text Example


Text Example

White with #BE676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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