Html Css Color HEX #BC7175 Turkish Rose

📋 copy color: '#BC7175'

red 188 ◦ green 113 ◦ blue 117

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

Shades of Turkish Rose #BC7175

Tints of Turkish Rose #BC7175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 44.98%
G = 27.03%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC7175 (or 0xBC7175) is known color: Turkish Rose. HEX triplet: BC, 71 and 75. RGB value is (188,113,117). Sum of RGB (Red+Green+Blue) = 188+113+117=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7175 is #438E8A. Grayscale: #878787. Windows color (decimal): -4427403 or 7696828. OLE color: 7696828.

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

Color convert

RGB 188 113 117 -
CMYK 0 0.40 0.38 0.26
HSL 356.8º 0.36% 0.59% -
HSV(B) 356.8º 0.4% 0.74% -
XYZ 29.86 23.79 19.85 -
YUV 135.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 188 113 117 0 0.40 0.38 0.26 356.8 0.36 0.59
Hex BC 71 75 0 28 26 1A 165 24 3B
Octal 274 161 165 0 50 46 32 545 44 73
Binary 10111100 1110001 1110101 0 101000 100110 11010 101100101 100100 111011

Color Harmonies of #BC7175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7175

Black with #BC7175

Text Example


Text Example

White with #BC7175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7175; }

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

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

background-color css

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

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

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

border-color css

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

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

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