Html Css Color HEX #B86471 Turkish Rose

📋 copy color: '#B86471'

red 184 ◦ green 100 ◦ blue 113

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

Shades of Turkish Rose #B86471

Tints of Turkish Rose #B86471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 46.35%
G = 25.19%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B86471 (or 0xB86471) is known color: Turkish Rose. HEX triplet: B8, 64 and 71. RGB value is (184,100,113). Sum of RGB (Red+Green+Blue) = 184+100+113=397 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.35% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 184 - color contains mainly: red. Hex color #B86471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86471 is #479B8E. Grayscale: #7E7E7E. Windows color (decimal): -4692879 or 7431352. OLE color: 7431352.

HSL color Cylindrical-coordinate representation of color #B86471: hue angle of 350.71º 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 #B86471 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 100 113 -
CMYK 0 0.46 0.39 0.28
HSL 350.71º 0.37% 0.56% -
HSV(B) 350.71º 0.46% 0.72% -
XYZ 27.3 20.5 18.14 -
YUV 126.6 120.33 168.94 -
System Red Green Blue C M Y K H S L
Decimal 184 100 113 0 0.46 0.39 0.28 350.71 0.37 0.56
Hex B8 64 71 0 2E 27 1C 15F 25 38
Octal 270 144 161 0 56 47 34 537 45 70
Binary 10111000 1100100 1110001 0 101110 100111 11100 101011111 100101 111000

Color Harmonies of #B86471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86471

Black with #B86471

Text Example


Text Example

White with #B86471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86471; }

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

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

background-color css

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

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

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

border-color css

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

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

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