Html Css Color HEX #B57B7D Turkish Rose

📋 copy color: '#B57B7D'

red 181 ◦ green 123 ◦ blue 125

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

Shades of Turkish Rose #B57B7D

Tints of Turkish Rose #B57B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.67%

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 42.19%
G = 28.67%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B57B7D (or 0xB57B7D) is known color: Turkish Rose. HEX triplet: B5, 7B and 7D. RGB value is (181,123,125). Sum of RGB (Red+Green+Blue) = 181+123+125=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 123 (48.44% from 255 or 28.67% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B7D is #4A8482. Grayscale: #8C8C8C. Windows color (decimal): -4883587 or 8223669. OLE color: 8223669.

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

Color convert

RGB 181 123 125 -
CMYK 0 0.32 0.31 0.29
HSL 357.93º 0.28% 0.6% -
HSV(B) 357.93º 0.32% 0.71% -
XYZ 29.84 25.47 22.75 -
YUV 140.57 119.22 156.84 -
System Red Green Blue C M Y K H S L
Decimal 181 123 125 0 0.32 0.31 0.29 357.93 0.28 0.6
Hex B5 7B 7D 0 20 1F 1D 166 1C 3C
Octal 265 173 175 0 40 37 35 546 34 74
Binary 10110101 1111011 1111101 0 100000 11111 11101 101100110 11100 111100

Color Harmonies of #B57B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B7D

Black with #B57B7D

Text Example


Text Example

White with #B57B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B7D; }

 p { color: rgb(181,123,125); }

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

background-color css

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

 a { background-color: rgb(181,123,125); }

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

border-color css

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

 span { border-color: rgb(181,123,125); }

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