Html Css Color HEX #B86771 Turkish Rose

📋 copy color: '#B86771'

red 184 ◦ green 103 ◦ blue 113

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

Shades of Turkish Rose #B86771

Tints of Turkish Rose #B86771

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.75%

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

R = 46%
G = 25.75%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#B86771 (or 0xB86771) is known color: Turkish Rose. HEX triplet: B8, 67 and 71. RGB value is (184,103,113). Sum of RGB (Red+Green+Blue) = 184+103+113=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B86771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86771 is #47988E. Grayscale: #808080. Windows color (decimal): -4692111 or 7432120. OLE color: 7432120.

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

Color convert

RGB 184 103 113 -
CMYK 0 0.44 0.39 0.28
HSL 352.59º 0.36% 0.56% -
HSV(B) 352.59º 0.44% 0.72% -
XYZ 27.6 21.08 18.24 -
YUV 128.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 184 103 113 0 0.44 0.39 0.28 352.59 0.36 0.56
Hex B8 67 71 0 2C 27 1C 161 24 38
Octal 270 147 161 0 54 47 34 541 44 70
Binary 10111000 1100111 1110001 0 101100 100111 11100 101100001 100100 111000

Color Harmonies of #B86771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86771

Black with #B86771

Text Example


Text Example

White with #B86771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86771; }

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

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

background-color css

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

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

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

border-color css

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

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

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