Html Css Color HEX #BE7475 Turkish Rose

📋 copy color: '#BE7475'

red 190 ◦ green 116 ◦ blue 117

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

Shades of Turkish Rose #BE7475

Tints of Turkish Rose #BE7475

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

 BLUE value IS 117 (46.09% from 255) = 27.66%

R = 44.92%
G = 27.42%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE7475 (or 0xBE7475) is known color: Turkish Rose. HEX triplet: BE, 74 and 75. RGB value is (190,116,117). Sum of RGB (Red+Green+Blue) = 190+116+117=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7475 is #418B8A. Grayscale: #8A8A8A. Windows color (decimal): -4295563 or 7697598. OLE color: 7697598.

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

Color convert

RGB 190 116 117 -
CMYK 0 0.39 0.38 0.25
HSL 359.19º 0.36% 0.6% -
HSV(B) 359.19º 0.39% 0.75% -
XYZ 30.69 24.72 19.98 -
YUV 138.24 116.02 164.92 -
System Red Green Blue C M Y K H S L
Decimal 190 116 117 0 0.39 0.38 0.25 359.19 0.36 0.6
Hex BE 74 75 0 27 26 19 167 24 3C
Octal 276 164 165 0 47 46 31 547 44 74
Binary 10111110 1110100 1110101 0 100111 100110 11001 101100111 100100 111100

Color Harmonies of #BE7475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7475

Black with #BE7475

Text Example


Text Example

White with #BE7475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7475; }

 p { color: rgb(190,116,117); }

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

background-color css

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

 a { background-color: rgb(190,116,117); }

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

border-color css

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

 span { border-color: rgb(190,116,117); }

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