Html Css Color HEX #B57078 Turkish Rose

📋 copy color: '#B57078'

red 181 ◦ green 112 ◦ blue 120

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

Shades of Turkish Rose #B57078

Tints of Turkish Rose #B57078

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

 BLUE value IS 120 (47.27% from 255) = 29.06%

R = 43.83%
G = 27.12%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B57078 (or 0xB57078) is known color: Turkish Rose. HEX triplet: B5, 70 and 78. RGB value is (181,112,120). Sum of RGB (Red+Green+Blue) = 181+112+120=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B57078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57078 is #4A8F87. Grayscale: #858585. Windows color (decimal): -4886408 or 7893173. OLE color: 7893173.

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

Color convert

RGB 181 112 120 -
CMYK 0 0.38 0.34 0.29
HSL 353.04º 0.32% 0.57% -
HSV(B) 353.04º 0.38% 0.71% -
XYZ 28.24 22.77 20.68 -
YUV 133.54 120.36 161.85 -
System Red Green Blue C M Y K H S L
Decimal 181 112 120 0 0.38 0.34 0.29 353.04 0.32 0.57
Hex B5 70 78 0 26 22 1D 161 20 39
Octal 265 160 170 0 46 42 35 541 40 71
Binary 10110101 1110000 1111000 0 100110 100010 11101 101100001 100000 111001

Color Harmonies of #B57078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57078

Black with #B57078

Text Example


Text Example

White with #B57078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57078; }

 p { color: rgb(181,112,120); }

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

background-color css

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

 a { background-color: rgb(181,112,120); }

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

border-color css

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

 span { border-color: rgb(181,112,120); }

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