Html Css Color HEX #B57E7F Turkish Rose

📋 copy color: '#B57E7F'

red 181 ◦ green 126 ◦ blue 127

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

Shades of Turkish Rose #B57E7F

Tints of Turkish Rose #B57E7F

RGB

 RED value IS 181 (71.09% from 255) = 41.71%

 GREEN value IS 126 (49.61% from 255) = 29.03%

 BLUE value IS 127 (50% from 255) = 29.26%

R = 41.71%
G = 29.03%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B57E7F (or 0xB57E7F) is known color: Turkish Rose. HEX triplet: B5, 7E and 7F. RGB value is (181,126,127). Sum of RGB (Red+Green+Blue) = 181+126+127=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 126 (49.61% from 255 or 29.03% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B57E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57E7F is #4A8180. Grayscale: #8E8E8E. Windows color (decimal): -4882817 or 8355509. OLE color: 8355509.

HSL color Cylindrical-coordinate representation of color #B57E7F: hue angle of 358.91º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B57E7F is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 126 127 -
CMYK 0 0.30 0.30 0.29
HSL 358.91º 0.27% 0.6% -
HSV(B) 358.91º 0.3% 0.71% -
XYZ 30.35 26.28 23.55 -
YUV 142.56 119.22 155.42 -
System Red Green Blue C M Y K H S L
Decimal 181 126 127 0 0.30 0.30 0.29 358.91 0.27 0.6
Hex B5 7E 7F 0 1E 1E 1D 167 1B 3C
Octal 265 176 177 0 36 36 35 547 33 74
Binary 10110101 1111110 1111111 0 11110 11110 11101 101100111 11011 111100

Color Harmonies of #B57E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57E7F

Black with #B57E7F

Text Example


Text Example

White with #B57E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57E7F; }

 p { color: rgb(181,126,127); }

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

background-color css

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

 a { background-color: rgb(181,126,127); }

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

border-color css

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

 span { border-color: rgb(181,126,127); }

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