Html Css Color HEX #BB6667 Turkish Rose

📋 copy color: '#BB6667'

red 187 ◦ green 102 ◦ blue 103

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

Shades of Turkish Rose #BB6667

Tints of Turkish Rose #BB6667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.28%

R = 47.7%
G = 26.02%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB6667 (or 0xBB6667) is known color: Turkish Rose. HEX triplet: BB, 66 and 67. RGB value is (187,102,103). Sum of RGB (Red+Green+Blue) = 187+102+103=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6667 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6667 is #449998. Grayscale: #7F7F7F. Windows color (decimal): -4495769 or 6776507. OLE color: 6776507.

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

Color convert

RGB 187 102 103 -
CMYK 0 0.45 0.45 0.27
HSL 359.29º 0.38% 0.57% -
HSV(B) 359.29º 0.45% 0.73% -
XYZ 27.69 21.05 15.43 -
YUV 127.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 187 102 103 0 0.45 0.45 0.27 359.29 0.38 0.57
Hex BB 66 67 0 2D 2D 1B 167 26 39
Octal 273 146 147 0 55 55 33 547 46 71
Binary 10111011 1100110 1100111 0 101101 101101 11011 101100111 100110 111001

Color Harmonies of #BB6667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6667

Black with #BB6667

Text Example


Text Example

White with #BB6667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6667; }

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

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

background-color css

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

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

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

border-color css

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

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

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