Html Css Color HEX #BB6E70 Turkish Rose

📋 copy color: '#BB6E70'

red 187 ◦ green 110 ◦ blue 112

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

Shades of Turkish Rose #BB6E70

Tints of Turkish Rose #BB6E70

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

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

R = 45.72%
G = 26.89%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#BB6E70 (or 0xBB6E70) is known color: Turkish Rose. HEX triplet: BB, 6E and 70. RGB value is (187,110,112). Sum of RGB (Red+Green+Blue) = 187+110+112=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6E70 is #44918F. Grayscale: #858585. Windows color (decimal): -4493712 or 7368379. OLE color: 7368379.

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

Color convert

RGB 187 110 112 -
CMYK 0 0.41 0.40 0.27
HSL 358.44º 0.36% 0.58% -
HSV(B) 358.44º 0.41% 0.73% -
XYZ 28.99 22.89 18.22 -
YUV 133.25 116.01 166.34 -
System Red Green Blue C M Y K H S L
Decimal 187 110 112 0 0.41 0.40 0.27 358.44 0.36 0.58
Hex BB 6E 70 0 29 28 1B 166 24 3A
Octal 273 156 160 0 51 50 33 546 44 72
Binary 10111011 1101110 1110000 0 101001 101000 11011 101100110 100100 111010

Color Harmonies of #BB6E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6E70

Black with #BB6E70

Text Example


Text Example

White with #BB6E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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