Html Css Color HEX #BE7173 Turkish Rose

📋 copy color: '#BE7173'

red 190 ◦ green 113 ◦ blue 115

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

Shades of Turkish Rose #BE7173

Tints of Turkish Rose #BE7173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.03%

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

R = 45.45%
G = 27.03%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BE7173 (or 0xBE7173) is known color: Turkish Rose. HEX triplet: BE, 71 and 73. RGB value is (190,113,115). Sum of RGB (Red+Green+Blue) = 190+113+115=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7173 is #418E8C. Grayscale: #888888. Windows color (decimal): -4296333 or 7565758. OLE color: 7565758.

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

Color convert

RGB 190 113 115 -
CMYK 0 0.41 0.39 0.25
HSL 358.44º 0.37% 0.59% -
HSV(B) 358.44º 0.41% 0.75% -
XYZ 30.23 24 19.26 -
YUV 136.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 190 113 115 0 0.41 0.39 0.25 358.44 0.37 0.59
Hex BE 71 73 0 29 27 19 166 25 3B
Octal 276 161 163 0 51 47 31 546 45 73
Binary 10111110 1110001 1110011 0 101001 100111 11001 101100110 100101 111011

Color Harmonies of #BE7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7173

Black with #BE7173

Text Example


Text Example

White with #BE7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7173; }

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

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

background-color css

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

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

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

border-color css

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

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

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