Html Css Color HEX #BC696A Turkish Rose

📋 copy color: '#BC696A'

red 188 ◦ green 105 ◦ blue 106

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

Shades of Turkish Rose #BC696A

Tints of Turkish Rose #BC696A

RGB

 RED value IS 188 (73.83% from 255) = 47.12%

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

 BLUE value IS 106 (41.8% from 255) = 26.57%

R = 47.12%
G = 26.32%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC696A (or 0xBC696A) is known color: Turkish Rose. HEX triplet: BC, 69 and 6A. RGB value is (188,105,106). Sum of RGB (Red+Green+Blue) = 188+105+106=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC696A is #439695. Grayscale: #828282. Windows color (decimal): -4429462 or 6973884. OLE color: 6973884.

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

Color convert

RGB 188 105 106 -
CMYK 0 0.44 0.44 0.26
HSL 359.28º 0.38% 0.57% -
HSV(B) 359.28º 0.44% 0.74% -
XYZ 28.39 21.84 16.35 -
YUV 129.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 188 105 106 0 0.44 0.44 0.26 359.28 0.38 0.57
Hex BC 69 6A 0 2C 2C 1A 167 26 39
Octal 274 151 152 0 54 54 32 547 46 71
Binary 10111100 1101001 1101010 0 101100 101100 11010 101100111 100110 111001

Color Harmonies of #BC696A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC696A

Black with #BC696A

Text Example


Text Example

White with #BC696A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC696A; }

 p { color: rgb(188,105,106); }

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

background-color css

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

 a { background-color: rgb(188,105,106); }

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

border-color css

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

 span { border-color: rgb(188,105,106); }

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