Html Css Color HEX #BB6571 Turkish Rose

📋 copy color: '#BB6571'

red 187 ◦ green 101 ◦ blue 113

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

Shades of Turkish Rose #BB6571

Tints of Turkish Rose #BB6571

RGB

 RED value IS 187 (73.44% from 255) = 46.63%

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

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

R = 46.63%
G = 25.19%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB6571 (or 0xBB6571) is known color: Turkish Rose. HEX triplet: BB, 65 and 71. RGB value is (187,101,113). Sum of RGB (Red+Green+Blue) = 187+101+113=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 101 (39.84% from 255 or 25.19% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6571 is #449A8E. Grayscale: #808080. Windows color (decimal): -4496015 or 7431611. OLE color: 7431611.

HSL color Cylindrical-coordinate representation of color #BB6571: hue angle of 351.63º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB6571 is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 113 -
CMYK 0 0.46 0.40 0.27
HSL 351.63º 0.39% 0.56% -
HSV(B) 351.63º 0.46% 0.73% -
XYZ 28.13 21.06 18.21 -
YUV 128.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 187 101 113 0 0.46 0.40 0.27 351.63 0.39 0.56
Hex BB 65 71 0 2E 28 1B 160 27 38
Octal 273 145 161 0 56 50 33 540 47 70
Binary 10111011 1100101 1110001 0 101110 101000 11011 101100000 100111 111000

Color Harmonies of #BB6571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6571

Black with #BB6571

Text Example


Text Example

White with #BB6571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6571; }

 p { color: rgb(187,101,113); }

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

background-color css

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

 a { background-color: rgb(187,101,113); }

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

border-color css

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

 span { border-color: rgb(187,101,113); }

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