Html Css Color HEX #BB666D Turkish Rose

📋 copy color: '#BB666D'

red 187 ◦ green 102 ◦ blue 109

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

Shades of Turkish Rose #BB666D

Tints of Turkish Rose #BB666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.39%

R = 46.98%
G = 25.63%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB666D (or 0xBB666D) is known color: Turkish Rose. HEX triplet: BB, 66 and 6D. RGB value is (187,102,109). Sum of RGB (Red+Green+Blue) = 187+102+109=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB666D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB666D is #449992. Grayscale: #808080. Windows color (decimal): -4495763 or 7169723. OLE color: 7169723.

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

Color convert

RGB 187 102 109 -
CMYK 0 0.45 0.42 0.27
HSL 355.06º 0.38% 0.57% -
HSV(B) 355.06º 0.45% 0.73% -
XYZ 28.01 21.17 17.08 -
YUV 128.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 187 102 109 0 0.45 0.42 0.27 355.06 0.38 0.57
Hex BB 66 6D 0 2D 2A 1B 163 26 39
Octal 273 146 155 0 55 52 33 543 46 71
Binary 10111011 1100110 1101101 0 101101 101010 11011 101100011 100110 111001

Color Harmonies of #BB666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB666D

Black with #BB666D

Text Example


Text Example

White with #BB666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB666D; }

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

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

background-color css

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

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

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

border-color css

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

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

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