Html Css Color HEX #BB656D Turkish Rose

📋 copy color: '#BB656D'

red 187 ◦ green 101 ◦ blue 109

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

Shades of Turkish Rose #BB656D

Tints of Turkish Rose #BB656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

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

R = 47.1%
G = 25.44%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB656D (or 0xBB656D) is known color: Turkish Rose. HEX triplet: BB, 65 and 6D. RGB value is (187,101,109). Sum of RGB (Red+Green+Blue) = 187+101+109=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB656D is #449A92. Grayscale: #7F7F7F. Windows color (decimal): -4496019 or 7169467. OLE color: 7169467.

HSL color Cylindrical-coordinate representation of color #BB656D: hue angle of 354.42º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BB656D is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 101 109 -
CMYK 0 0.46 0.42 0.27
HSL 354.42º 0.39% 0.56% -
HSV(B) 354.42º 0.46% 0.73% -
XYZ 27.91 20.98 17.05 -
YUV 127.63 117.49 170.35 -
System Red Green Blue C M Y K H S L
Decimal 187 101 109 0 0.46 0.42 0.27 354.42 0.39 0.56
Hex BB 65 6D 0 2E 2A 1B 162 27 38
Octal 273 145 155 0 56 52 33 542 47 70
Binary 10111011 1100101 1101101 0 101110 101010 11011 101100010 100111 111000

Color Harmonies of #BB656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB656D

Black with #BB656D

Text Example


Text Example

White with #BB656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB656D; }

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

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

background-color css

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

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

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

border-color css

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

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

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