Html Css Color HEX #B87172 Turkish Rose

📋 copy color: '#B87172'

red 184 ◦ green 113 ◦ blue 114

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

Shades of Turkish Rose #B87172

Tints of Turkish Rose #B87172

RGB

 RED value IS 184 (72.27% from 255) = 44.77%

 GREEN value IS 113 (44.53% from 255) = 27.49%

 BLUE value IS 114 (44.92% from 255) = 27.74%

R = 44.77%
G = 27.49%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B87172 (or 0xB87172) is known color: Turkish Rose. HEX triplet: B8, 71 and 72. RGB value is (184,113,114). Sum of RGB (Red+Green+Blue) = 184+113+114=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 184 - color contains mainly: red. Hex color #B87172 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B87172 is #478E8D. Grayscale: #868686. Windows color (decimal): -4689550 or 7500216. OLE color: 7500216.

HSL color Cylindrical-coordinate representation of color #B87172: hue angle of 359.15º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B87172 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 114 -
CMYK 0 0.39 0.38 0.28
HSL 359.15º 0.33% 0.58% -
HSV(B) 359.15º 0.39% 0.72% -
XYZ 28.71 23.22 18.89 -
YUV 134.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 184 113 114 0 0.39 0.38 0.28 359.15 0.33 0.58
Hex B8 71 72 0 27 26 1C 167 21 3A
Octal 270 161 162 0 47 46 34 547 41 72
Binary 10111000 1110001 1110010 0 100111 100110 11100 101100111 100001 111010

Color Harmonies of #B87172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B87172

Black with #B87172

Text Example


Text Example

White with #B87172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B87172; }

 p { color: rgb(184,113,114); }

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

background-color css

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

 a { background-color: rgb(184,113,114); }

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

border-color css

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

 span { border-color: rgb(184,113,114); }

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