Html Css Color HEX #BE7577 Turkish Rose

📋 copy color: '#BE7577'

red 190 ◦ green 117 ◦ blue 119

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

Shades of Turkish Rose #BE7577

Tints of Turkish Rose #BE7577

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.46%

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

R = 44.6%
G = 27.46%
B = 27.93%

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

#BE7577 (or 0xBE7577) is known color: Turkish Rose. HEX triplet: BE, 75 and 77. RGB value is (190,117,119). Sum of RGB (Red+Green+Blue) = 190+117+119=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7577 is #418A88. Grayscale: #8B8B8B. Windows color (decimal): -4295305 or 7828926. OLE color: 7828926.

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

Color convert

RGB 190 117 119 -
CMYK 0 0.38 0.37 0.25
HSL 358.36º 0.36% 0.6% -
HSV(B) 358.36º 0.38% 0.75% -
XYZ 30.93 25 20.65 -
YUV 139.06 116.68 164.34 -
System Red Green Blue C M Y K H S L
Decimal 190 117 119 0 0.38 0.37 0.25 358.36 0.36 0.6
Hex BE 75 77 0 26 25 19 166 24 3C
Octal 276 165 167 0 46 45 31 546 44 74
Binary 10111110 1110101 1110111 0 100110 100101 11001 101100110 100100 111100

Color Harmonies of #BE7577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7577

Black with #BE7577

Text Example


Text Example

White with #BE7577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7577; }

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

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

background-color css

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

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

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

border-color css

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

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

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