Html Css Color HEX #BB6573 Turkish Rose

📋 copy color: '#BB6573'

red 187 ◦ green 101 ◦ blue 115

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

Shades of Turkish Rose #BB6573

Tints of Turkish Rose #BB6573

RGB

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

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

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

R = 46.4%
G = 25.06%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB6573 (or 0xBB6573) is known color: Turkish Rose. HEX triplet: BB, 65 and 73. RGB value is (187,101,115). Sum of RGB (Red+Green+Blue) = 187+101+115=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6573 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6573 is #449A8C. Grayscale: #808080. Windows color (decimal): -4496013 or 7562683. OLE color: 7562683.

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

Color convert

RGB 187 101 115 -
CMYK 0 0.46 0.39 0.27
HSL 350.23º 0.39% 0.56% -
HSV(B) 350.23º 0.46% 0.73% -
XYZ 28.24 21.11 18.81 -
YUV 128.31 120.49 169.86 -
System Red Green Blue C M Y K H S L
Decimal 187 101 115 0 0.46 0.39 0.27 350.23 0.39 0.56
Hex BB 65 73 0 2E 27 1B 15E 27 38
Octal 273 145 163 0 56 47 33 536 47 70
Binary 10111011 1100101 1110011 0 101110 100111 11011 101011110 100111 111000

Color Harmonies of #BB6573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6573

Black with #BB6573

Text Example


Text Example

White with #BB6573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6573; }

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

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

background-color css

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

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

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

border-color css

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

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

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