Html Css Color HEX #BC7075 Turkish Rose

📋 copy color: '#BC7075'

red 188 ◦ green 112 ◦ blue 117

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

Shades of Turkish Rose #BC7075

Tints of Turkish Rose #BC7075

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.86%

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

R = 45.08%
G = 26.86%
B = 28.06%

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

#BC7075 (or 0xBC7075) is known color: Turkish Rose. HEX triplet: BC, 70 and 75. RGB value is (188,112,117). Sum of RGB (Red+Green+Blue) = 188+112+117=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7075 is #438F8A. Grayscale: #878787. Windows color (decimal): -4427659 or 7696572. OLE color: 7696572.

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

Color convert

RGB 188 112 117 -
CMYK 0 0.40 0.38 0.26
HSL 356.05º 0.36% 0.59% -
HSV(B) 356.05º 0.4% 0.74% -
XYZ 29.74 23.56 19.81 -
YUV 135.29 117.68 165.59 -
System Red Green Blue C M Y K H S L
Decimal 188 112 117 0 0.40 0.38 0.26 356.05 0.36 0.59
Hex BC 70 75 0 28 26 1A 164 24 3B
Octal 274 160 165 0 50 46 32 544 44 73
Binary 10111100 1110000 1110101 0 101000 100110 11010 101100100 100100 111011

Color Harmonies of #BC7075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7075

Black with #BC7075

Text Example


Text Example

White with #BC7075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7075; }

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

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

background-color css

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

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

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

border-color css

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

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

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