Html Css Color HEX #BB6970 Turkish Rose

📋 copy color: '#BB6970'

red 187 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #BB6970

Tints of Turkish Rose #BB6970

RGB

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

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

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

R = 46.29%
G = 25.99%
B = 27.72%

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

#BB6970 (or 0xBB6970) is known color: Turkish Rose. HEX triplet: BB, 69 and 70. RGB value is (187,105,112). Sum of RGB (Red+Green+Blue) = 187+105+112=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6970 is #44968F. Grayscale: #828282. Windows color (decimal): -4494992 or 7367099. OLE color: 7367099.

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

Color convert

RGB 187 105 112 -
CMYK 0 0.44 0.40 0.27
HSL 354.88º 0.38% 0.57% -
HSV(B) 354.88º 0.44% 0.73% -
XYZ 28.47 21.84 18.04 -
YUV 130.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 187 105 112 0 0.44 0.40 0.27 354.88 0.38 0.57
Hex BB 69 70 0 2C 28 1B 163 26 39
Octal 273 151 160 0 54 50 33 543 46 71
Binary 10111011 1101001 1110000 0 101100 101000 11011 101100011 100110 111001

Color Harmonies of #BB6970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6970

Black with #BB6970

Text Example


Text Example

White with #BB6970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6970; }

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

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

background-color css

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

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

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

border-color css

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

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

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