Html Css Color HEX #B5727A Turkish Rose

📋 copy color: '#B5727A'

red 181 ◦ green 114 ◦ blue 122

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

Shades of Turkish Rose #B5727A

Tints of Turkish Rose #B5727A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.34%

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 43.41%
G = 27.34%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5727A (or 0xB5727A) is known color: Turkish Rose. HEX triplet: B5, 72 and 7A. RGB value is (181,114,122). Sum of RGB (Red+Green+Blue) = 181+114+122=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B5727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5727A is #4A8D85. Grayscale: #868686. Windows color (decimal): -4885894 or 8024757. OLE color: 8024757.

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

Color convert

RGB 181 114 122 -
CMYK 0 0.37 0.33 0.29
HSL 352.84º 0.31% 0.58% -
HSV(B) 352.84º 0.37% 0.71% -
XYZ 28.59 23.26 21.4 -
YUV 134.95 120.7 160.85 -
System Red Green Blue C M Y K H S L
Decimal 181 114 122 0 0.37 0.33 0.29 352.84 0.31 0.58
Hex B5 72 7A 0 25 21 1D 161 1F 3A
Octal 265 162 172 0 45 41 35 541 37 72
Binary 10110101 1110010 1111010 0 100101 100001 11101 101100001 11111 111010

Color Harmonies of #B5727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5727A

Black with #B5727A

Text Example


Text Example

White with #B5727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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