Html Css Color HEX #BE6B73 Turkish Rose

📋 copy color: '#BE6B73'

red 190 ◦ green 107 ◦ blue 115

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

Shades of Turkish Rose #BE6B73

Tints of Turkish Rose #BE6B73

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

 BLUE value IS 115 (45.31% from 255) = 27.91%

R = 46.12%
G = 25.97%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE6B73 (or 0xBE6B73) is known color: Turkish Rose. HEX triplet: BE, 6B and 73. RGB value is (190,107,115). Sum of RGB (Red+Green+Blue) = 190+107+115=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6B73 is #41948C. Grayscale: #848484. Windows color (decimal): -4297869 or 7564222. OLE color: 7564222.

HSL color Cylindrical-coordinate representation of color #BE6B73: hue angle of 354.22º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BE6B73 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 107 115 -
CMYK 0 0.44 0.39 0.25
HSL 354.22º 0.39% 0.58% -
HSV(B) 354.22º 0.44% 0.75% -
XYZ 29.59 22.7 19.04 -
YUV 132.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 190 107 115 0 0.44 0.39 0.25 354.22 0.39 0.58
Hex BE 6B 73 0 2C 27 19 162 27 3A
Octal 276 153 163 0 54 47 31 542 47 72
Binary 10111110 1101011 1110011 0 101100 100111 11001 101100010 100111 111010

Color Harmonies of #BE6B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6B73

Black with #BE6B73

Text Example


Text Example

White with #BE6B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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