Html Css Color HEX #BB666F Turkish Rose

📋 copy color: '#BB666F'

red 187 ◦ green 102 ◦ blue 111

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

Shades of Turkish Rose #BB666F

Tints of Turkish Rose #BB666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.5%

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 46.75%
G = 25.5%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB666F (or 0xBB666F) is known color: Turkish Rose. HEX triplet: BB, 66 and 6F. RGB value is (187,102,111). Sum of RGB (Red+Green+Blue) = 187+102+111=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB666F is #449990. Grayscale: #808080. Windows color (decimal): -4495761 or 7300795. OLE color: 7300795.

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

Color convert

RGB 187 102 111 -
CMYK 0 0.45 0.41 0.27
HSL 353.65º 0.38% 0.57% -
HSV(B) 353.65º 0.45% 0.73% -
XYZ 28.11 21.22 17.65 -
YUV 128.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 187 102 111 0 0.45 0.41 0.27 353.65 0.38 0.57
Hex BB 66 6F 0 2D 29 1B 162 26 39
Octal 273 146 157 0 55 51 33 542 46 71
Binary 10111011 1100110 1101111 0 101101 101001 11011 101100010 100110 111001

Color Harmonies of #BB666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB666F

Black with #BB666F

Text Example


Text Example

White with #BB666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB666F; }

 p { color: rgb(187,102,111); }

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

background-color css

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

 a { background-color: rgb(187,102,111); }

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

border-color css

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

 span { border-color: rgb(187,102,111); }

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