Html Css Color HEX #BC7173 Turkish Rose

📋 copy color: '#BC7173'

red 188 ◦ green 113 ◦ blue 115

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

Shades of Turkish Rose #BC7173

Tints of Turkish Rose #BC7173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.16%

 BLUE value IS 115 (45.31% from 255) = 27.64%

R = 45.19%
G = 27.16%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BC7173 (or 0xBC7173) is known color: Turkish Rose. HEX triplet: BC, 71 and 73. RGB value is (188,113,115). Sum of RGB (Red+Green+Blue) = 188+113+115=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 115 (45.31% from 255 or 27.64% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7173 is #438E8C. Grayscale: #878787. Windows color (decimal): -4427405 or 7565756. OLE color: 7565756.

HSL color Cylindrical-coordinate representation of color #BC7173: hue angle of 358.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7173 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 115 -
CMYK 0 0.40 0.39 0.26
HSL 358.4º 0.36% 0.59% -
HSV(B) 358.4º 0.4% 0.74% -
XYZ 29.74 23.74 19.23 -
YUV 135.65 116.35 165.34 -
System Red Green Blue C M Y K H S L
Decimal 188 113 115 0 0.40 0.39 0.26 358.4 0.36 0.59
Hex BC 71 73 0 28 27 1A 166 24 3B
Octal 274 161 163 0 50 47 32 546 44 73
Binary 10111100 1110001 1110011 0 101000 100111 11010 101100110 100100 111011

Color Harmonies of #BC7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7173

Black with #BC7173

Text Example


Text Example

White with #BC7173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7173; }

 p { color: rgb(188,113,115); }

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

background-color css

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

 a { background-color: rgb(188,113,115); }

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

border-color css

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

 span { border-color: rgb(188,113,115); }

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