Html Css Color HEX #BC6972 Turkish Rose

📋 copy color: '#BC6972'

red 188 ◦ green 105 ◦ blue 114

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

Shades of Turkish Rose #BC6972

Tints of Turkish Rose #BC6972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.01%

R = 46.19%
G = 25.8%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC6972 (or 0xBC6972) is known color: Turkish Rose. HEX triplet: BC, 69 and 72. RGB value is (188,105,114). Sum of RGB (Red+Green+Blue) = 188+105+114=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 105 (41.41% from 255 or 25.80% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6972 is #43968D. Grayscale: #828282. Windows color (decimal): -4429454 or 7498172. OLE color: 7498172.

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

Color convert

RGB 188 105 114 -
CMYK 0 0.44 0.39 0.26
HSL 353.49º 0.38% 0.57% -
HSV(B) 353.49º 0.44% 0.74% -
XYZ 28.83 22.01 18.65 -
YUV 130.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 188 105 114 0 0.44 0.39 0.26 353.49 0.38 0.57
Hex BC 69 72 0 2C 27 1A 161 26 39
Octal 274 151 162 0 54 47 32 541 46 71
Binary 10111100 1101001 1110010 0 101100 100111 11010 101100001 100110 111001

Color Harmonies of #BC6972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6972

Black with #BC6972

Text Example


Text Example

White with #BC6972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6972; }

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

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

background-color css

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

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

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

border-color css

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

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

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