Html Css Color HEX #B86473 Turkish Rose

📋 copy color: '#B86473'

red 184 ◦ green 100 ◦ blue 115

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

Shades of Turkish Rose #B86473

Tints of Turkish Rose #B86473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.06%

 BLUE value IS 115 (45.31% from 255) = 28.82%

R = 46.12%
G = 25.06%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B86473 (or 0xB86473) is known color: Turkish Rose. HEX triplet: B8, 64 and 73. RGB value is (184,100,115). Sum of RGB (Red+Green+Blue) = 184+100+115=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B86473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86473 is #479B8C. Grayscale: #7E7E7E. Windows color (decimal): -4692877 or 7562424. OLE color: 7562424.

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

Color convert

RGB 184 100 115 -
CMYK 0 0.46 0.38 0.28
HSL 349.29º 0.37% 0.56% -
HSV(B) 349.29º 0.46% 0.72% -
XYZ 27.42 20.54 18.74 -
YUV 126.83 121.33 168.78 -
System Red Green Blue C M Y K H S L
Decimal 184 100 115 0 0.46 0.38 0.28 349.29 0.37 0.56
Hex B8 64 73 0 2E 26 1C 15D 25 38
Octal 270 144 163 0 56 46 34 535 45 70
Binary 10111000 1100100 1110011 0 101110 100110 11100 101011101 100101 111000

Color Harmonies of #B86473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86473

Black with #B86473

Text Example


Text Example

White with #B86473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86473; }

 p { color: rgb(184,100,115); }

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

background-color css

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

 a { background-color: rgb(184,100,115); }

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

border-color css

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

 span { border-color: rgb(184,100,115); }

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