Html Css Color HEX #B57B7E Turkish Rose

📋 copy color: '#B57B7E'

red 181 ◦ green 123 ◦ blue 126

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

Shades of Turkish Rose #B57B7E

Tints of Turkish Rose #B57B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 42.09%
G = 28.6%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B57B7E (or 0xB57B7E) is known color: Turkish Rose. HEX triplet: B5, 7B and 7E. RGB value is (181,123,126). Sum of RGB (Red+Green+Blue) = 181+123+126=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 181 - color contains mainly: red. Hex color #B57B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57B7E is #4A8481. Grayscale: #8C8C8C. Windows color (decimal): -4883586 or 8289205. OLE color: 8289205.

HSL color Cylindrical-coordinate representation of color #B57B7E: hue angle of 356.9º 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 #B57B7E is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 123 126 -
CMYK 0 0.32 0.30 0.29
HSL 356.9º 0.28% 0.6% -
HSV(B) 356.9º 0.32% 0.71% -
XYZ 29.9 25.5 23.08 -
YUV 140.68 119.72 156.76 -
System Red Green Blue C M Y K H S L
Decimal 181 123 126 0 0.32 0.30 0.29 356.9 0.28 0.6
Hex B5 7B 7E 0 20 1E 1D 165 1C 3C
Octal 265 173 176 0 40 36 35 545 34 74
Binary 10110101 1111011 1111110 0 100000 11110 11101 101100101 11100 111100

Color Harmonies of #B57B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57B7E

Black with #B57B7E

Text Example


Text Example

White with #B57B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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