Html Css Color HEX #BE7074 Turkish Rose

📋 copy color: '#BE7074'

red 190 ◦ green 112 ◦ blue 116

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

Shades of Turkish Rose #BE7074

Tints of Turkish Rose #BE7074

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.79%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 45.45%
G = 26.79%
B = 27.75%

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

#BE7074 (or 0xBE7074) is known color: Turkish Rose. HEX triplet: BE, 70 and 74. RGB value is (190,112,116). Sum of RGB (Red+Green+Blue) = 190+112+116=418 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.45% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7074 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7074 is #418F8B. Grayscale: #878787. Windows color (decimal): -4296588 or 7631038. OLE color: 7631038.

HSL color Cylindrical-coordinate representation of color #BE7074: hue angle of 356.92º degrees, saturation: 0.38, 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 #BE7074 is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 112 116 -
CMYK 0 0.41 0.39 0.25
HSL 356.92º 0.38% 0.59% -
HSV(B) 356.92º 0.41% 0.75% -
XYZ 30.18 23.8 19.53 -
YUV 135.78 116.84 166.67 -
System Red Green Blue C M Y K H S L
Decimal 190 112 116 0 0.41 0.39 0.25 356.92 0.38 0.59
Hex BE 70 74 0 29 27 19 165 26 3B
Octal 276 160 164 0 51 47 31 545 46 73
Binary 10111110 1110000 1110100 0 101001 100111 11001 101100101 100110 111011

Color Harmonies of #BE7074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7074

Black with #BE7074

Text Example


Text Example

White with #BE7074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7074; }

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

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

background-color css

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

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

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

border-color css

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

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

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