Html Css Color HEX #BB6871 Turkish Rose

📋 copy color: '#BB6871'

red 187 ◦ green 104 ◦ blue 113

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

Shades of Turkish Rose #BB6871

Tints of Turkish Rose #BB6871

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.74%

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

R = 46.29%
G = 25.74%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB6871 (or 0xBB6871) is known color: Turkish Rose. HEX triplet: BB, 68 and 71. RGB value is (187,104,113). Sum of RGB (Red+Green+Blue) = 187+104+113=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6871 is #44978E. Grayscale: #818181. Windows color (decimal): -4495247 or 7432379. OLE color: 7432379.

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

Color convert

RGB 187 104 113 -
CMYK 0 0.44 0.40 0.27
HSL 353.49º 0.38% 0.57% -
HSV(B) 353.49º 0.44% 0.73% -
XYZ 28.42 21.66 18.31 -
YUV 129.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 187 104 113 0 0.44 0.40 0.27 353.49 0.38 0.57
Hex BB 68 71 0 2C 28 1B 161 26 39
Octal 273 150 161 0 54 50 33 541 46 71
Binary 10111011 1101000 1110001 0 101100 101000 11011 101100001 100110 111001

Color Harmonies of #BB6871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6871

Black with #BB6871

Text Example


Text Example

White with #BB6871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6871; }

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

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

background-color css

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

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

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

border-color css

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

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

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