Html Css Color HEX #BB696F Turkish Rose

📋 copy color: '#BB696F'

red 187 ◦ green 105 ◦ blue 111

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

Shades of Turkish Rose #BB696F

Tints of Turkish Rose #BB696F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.05%

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

R = 46.4%
G = 26.05%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB696F (or 0xBB696F) is known color: Turkish Rose. HEX triplet: BB, 69 and 6F. RGB value is (187,105,111). Sum of RGB (Red+Green+Blue) = 187+105+111=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 105 (41.41% from 255 or 26.05% from 403); Blue value is 111 (43.75% from 255 or 27.54% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB696F is #449690. Grayscale: #828282. Windows color (decimal): -4494993 or 7301563. OLE color: 7301563.

HSL color Cylindrical-coordinate representation of color #BB696F: hue angle of 355.61º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB696F is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 105 111 -
CMYK 0 0.44 0.41 0.27
HSL 355.61º 0.38% 0.57% -
HSV(B) 355.61º 0.44% 0.73% -
XYZ 28.41 21.82 17.75 -
YUV 130.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 187 105 111 0 0.44 0.41 0.27 355.61 0.38 0.57
Hex BB 69 6F 0 2C 29 1B 164 26 39
Octal 273 151 157 0 54 51 33 544 46 71
Binary 10111011 1101001 1101111 0 101100 101001 11011 101100100 100110 111001

Color Harmonies of #BB696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB696F

Black with #BB696F

Text Example


Text Example

White with #BB696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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