Html Css Color HEX #BB696C Turkish Rose

📋 copy color: '#BB696C'

red 187 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #BB696C

Tints of Turkish Rose #BB696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27%

R = 46.75%
G = 26.25%
B = 27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB696C (or 0xBB696C) is known color: Turkish Rose. HEX triplet: BB, 69 and 6C. RGB value is (187,105,108). Sum of RGB (Red+Green+Blue) = 187+105+108=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 108 (42.58% from 255 or 27% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB696C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB696C is #449693. Grayscale: #818181. Windows color (decimal): -4494996 or 7104955. OLE color: 7104955.

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

Color convert

RGB 187 105 108 -
CMYK 0 0.44 0.42 0.27
HSL 357.8º 0.38% 0.57% -
HSV(B) 357.8º 0.44% 0.73% -
XYZ 28.25 21.75 16.9 -
YUV 129.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 187 105 108 0 0.44 0.42 0.27 357.8 0.38 0.57
Hex BB 69 6C 0 2C 2A 1B 166 26 39
Octal 273 151 154 0 54 52 33 546 46 71
Binary 10111011 1101001 1101100 0 101100 101010 11011 101100110 100110 111001

Color Harmonies of #BB696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB696C

Black with #BB696C

Text Example


Text Example

White with #BB696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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