Html Css Color HEX #BB6971 Turkish Rose

📋 copy color: '#BB6971'

red 187 ◦ green 105 ◦ blue 113

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

Shades of Turkish Rose #BB6971

Tints of Turkish Rose #BB6971

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.93%

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

R = 46.17%
G = 25.93%
B = 27.9%

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

#BB6971 (or 0xBB6971) is known color: Turkish Rose. HEX triplet: BB, 69 and 71. RGB value is (187,105,113). Sum of RGB (Red+Green+Blue) = 187+105+113=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6971 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6971 is #44968E. Grayscale: #828282. Windows color (decimal): -4494991 or 7432635. OLE color: 7432635.

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

Color convert

RGB 187 105 113 -
CMYK 0 0.44 0.40 0.27
HSL 354.15º 0.38% 0.57% -
HSV(B) 354.15º 0.44% 0.73% -
XYZ 28.53 21.86 18.34 -
YUV 130.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 187 105 113 0 0.44 0.40 0.27 354.15 0.38 0.57
Hex BB 69 71 0 2C 28 1B 162 26 39
Octal 273 151 161 0 54 50 33 542 46 71
Binary 10111011 1101001 1110001 0 101100 101000 11011 101100010 100110 111001

Color Harmonies of #BB6971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6971

Black with #BB6971

Text Example


Text Example

White with #BB6971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6971; }

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

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

background-color css

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

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

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

border-color css

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

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

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