Html Css Color HEX #B86573 Turkish Rose

📋 copy color: '#B86573'

red 184 ◦ green 101 ◦ blue 115

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

Shades of Turkish Rose #B86573

Tints of Turkish Rose #B86573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.25%

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

R = 46%
G = 25.25%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B86573 (or 0xB86573) is known color: Turkish Rose. HEX triplet: B8, 65 and 73. RGB value is (184,101,115). Sum of RGB (Red+Green+Blue) = 184+101+115=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 101 (39.84% from 255 or 25.25% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B86573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86573 is #479A8C. Grayscale: #7F7F7F. Windows color (decimal): -4692621 or 7562680. OLE color: 7562680.

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

Color convert

RGB 184 101 115 -
CMYK 0 0.45 0.38 0.28
HSL 349.88º 0.37% 0.56% -
HSV(B) 349.88º 0.45% 0.72% -
XYZ 27.52 20.74 18.77 -
YUV 127.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 184 101 115 0 0.45 0.38 0.28 349.88 0.37 0.56
Hex B8 65 73 0 2D 26 1C 15E 25 38
Octal 270 145 163 0 55 46 34 536 45 70
Binary 10111000 1100101 1110011 0 101101 100110 11100 101011110 100101 111000

Color Harmonies of #B86573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86573

Black with #B86573

Text Example


Text Example

White with #B86573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86573; }

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

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

background-color css

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

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

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

border-color css

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

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

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