Html Css Color HEX #BE7276 Turkish Rose

📋 copy color: '#BE7276'

red 190 ◦ green 114 ◦ blue 118

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

Shades of Turkish Rose #BE7276

Tints of Turkish Rose #BE7276

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.01%

 BLUE value IS 118 (46.48% from 255) = 27.96%

R = 45.02%
G = 27.01%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE7276 (or 0xBE7276) is known color: Turkish Rose. HEX triplet: BE, 72 and 76. RGB value is (190,114,118). Sum of RGB (Red+Green+Blue) = 190+114+118=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 118 (46.48% from 255 or 27.96% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7276 is #418D89. Grayscale: #898989. Windows color (decimal): -4296074 or 7762622. OLE color: 7762622.

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

Color convert

RGB 190 114 118 -
CMYK 0 0.40 0.38 0.25
HSL 356.84º 0.37% 0.6% -
HSV(B) 356.84º 0.4% 0.75% -
XYZ 30.52 24.29 20.22 -
YUV 137.18 117.18 165.67 -
System Red Green Blue C M Y K H S L
Decimal 190 114 118 0 0.40 0.38 0.25 356.84 0.37 0.6
Hex BE 72 76 0 28 26 19 165 25 3C
Octal 276 162 166 0 50 46 31 545 45 74
Binary 10111110 1110010 1110110 0 101000 100110 11001 101100101 100101 111100

Color Harmonies of #BE7276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7276

Black with #BE7276

Text Example


Text Example

White with #BE7276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7276; }

 p { color: rgb(190,114,118); }

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

background-color css

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

 a { background-color: rgb(190,114,118); }

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

border-color css

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

 span { border-color: rgb(190,114,118); }

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