Html Css Color HEX #B57A7E Turkish Rose

📋 copy color: '#B57A7E'

red 181 ◦ green 122 ◦ blue 126

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

Shades of Turkish Rose #B57A7E

Tints of Turkish Rose #B57A7E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.44%

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

R = 42.19%
G = 28.44%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B57A7E (or 0xB57A7E) is known color: Turkish Rose. HEX triplet: B5, 7A and 7E. RGB value is (181,122,126). Sum of RGB (Red+Green+Blue) = 181+122+126=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57A7E is #4A8581. Grayscale: #8C8C8C. Windows color (decimal): -4883842 or 8288949. OLE color: 8288949.

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

Color convert

RGB 181 122 126 -
CMYK 0 0.33 0.30 0.29
HSL 355.93º 0.29% 0.59% -
HSV(B) 355.93º 0.33% 0.71% -
XYZ 29.78 25.25 23.04 -
YUV 140.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 181 122 126 0 0.33 0.30 0.29 355.93 0.29 0.59
Hex B5 7A 7E 0 21 1E 1D 164 1D 3B
Octal 265 172 176 0 41 36 35 544 35 73
Binary 10110101 1111010 1111110 0 100001 11110 11101 101100100 11101 111011

Color Harmonies of #B57A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57A7E

Black with #B57A7E

Text Example


Text Example

White with #B57A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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