Html Css Color HEX #BE7677 Turkish Rose

📋 copy color: '#BE7677'

red 190 ◦ green 118 ◦ blue 119

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

Shades of Turkish Rose #BE7677

Tints of Turkish Rose #BE7677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.63%

 BLUE value IS 119 (46.88% from 255) = 27.87%

R = 44.5%
G = 27.63%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE7677 (or 0xBE7677) is known color: Turkish Rose. HEX triplet: BE, 76 and 77. RGB value is (190,118,119). Sum of RGB (Red+Green+Blue) = 190+118+119=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 118 (46.48% from 255 or 27.63% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7677 is #418988. Grayscale: #8B8B8B. Windows color (decimal): -4295049 or 7829182. OLE color: 7829182.

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

Color convert

RGB 190 118 119 -
CMYK 0 0.38 0.37 0.25
HSL 359.17º 0.36% 0.6% -
HSV(B) 359.17º 0.38% 0.75% -
XYZ 31.04 25.24 20.69 -
YUV 139.64 116.35 163.92 -
System Red Green Blue C M Y K H S L
Decimal 190 118 119 0 0.38 0.37 0.25 359.17 0.36 0.6
Hex BE 76 77 0 26 25 19 167 24 3C
Octal 276 166 167 0 46 45 31 547 44 74
Binary 10111110 1110110 1110111 0 100110 100101 11001 101100111 100100 111100

Color Harmonies of #BE7677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7677

Black with #BE7677

Text Example


Text Example

White with #BE7677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7677; }

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

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

background-color css

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

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

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

border-color css

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

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

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