Html Css Color HEX #BB666B Turkish Rose

📋 copy color: '#BB666B'

red 187 ◦ green 102 ◦ blue 107

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

Shades of Turkish Rose #BB666B

Tints of Turkish Rose #BB666B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.02%

R = 47.22%
G = 25.76%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB666B (or 0xBB666B) is known color: Turkish Rose. HEX triplet: BB, 66 and 6B. RGB value is (187,102,107). Sum of RGB (Red+Green+Blue) = 187+102+107=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BB666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB666B is #449994. Grayscale: #808080. Windows color (decimal): -4495765 or 7038651. OLE color: 7038651.

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

Color convert

RGB 187 102 107 -
CMYK 0 0.45 0.43 0.27
HSL 356.47º 0.38% 0.57% -
HSV(B) 356.47º 0.45% 0.73% -
XYZ 27.9 21.13 16.52 -
YUV 127.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 187 102 107 0 0.45 0.43 0.27 356.47 0.38 0.57
Hex BB 66 6B 0 2D 2B 1B 164 26 39
Octal 273 146 153 0 55 53 33 544 46 71
Binary 10111011 1100110 1101011 0 101101 101011 11011 101100100 100110 111001

Color Harmonies of #BB666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB666B

Black with #BB666B

Text Example


Text Example

White with #BB666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB666B; }

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

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

background-color css

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

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

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

border-color css

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

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

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