Html Css Color HEX #BB6770 Turkish Rose

📋 copy color: '#BB6770'

red 187 ◦ green 103 ◦ blue 112

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

Shades of Turkish Rose #BB6770

Tints of Turkish Rose #BB6770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.86%

R = 46.52%
G = 25.62%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB6770 (or 0xBB6770) is known color: Turkish Rose. HEX triplet: BB, 67 and 70. RGB value is (187,103,112). Sum of RGB (Red+Green+Blue) = 187+103+112=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 112 (44.14% from 255 or 27.86% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6770 is #44988F. Grayscale: #818181. Windows color (decimal): -4495504 or 7366587. OLE color: 7366587.

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

Color convert

RGB 187 103 112 -
CMYK 0 0.45 0.40 0.27
HSL 353.57º 0.38% 0.57% -
HSV(B) 353.57º 0.45% 0.73% -
XYZ 28.27 21.44 17.98 -
YUV 129.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 187 103 112 0 0.45 0.40 0.27 353.57 0.38 0.57
Hex BB 67 70 0 2D 28 1B 162 26 39
Octal 273 147 160 0 55 50 33 542 46 71
Binary 10111011 1100111 1110000 0 101101 101000 11011 101100010 100110 111001

Color Harmonies of #BB6770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6770

Black with #BB6770

Text Example


Text Example

White with #BB6770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6770; }

 p { color: rgb(187,103,112); }

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

background-color css

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

 a { background-color: rgb(187,103,112); }

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

border-color css

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

 span { border-color: rgb(187,103,112); }

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