Html Css Color HEX #BC676E Turkish Rose

📋 copy color: '#BC676E'

red 188 ◦ green 103 ◦ blue 110

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

Shades of Turkish Rose #BC676E

Tints of Turkish Rose #BC676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.69%

 BLUE value IS 110 (43.36% from 255) = 27.43%

R = 46.88%
G = 25.69%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC676E (or 0xBC676E) is known color: Turkish Rose. HEX triplet: BC, 67 and 6E. RGB value is (188,103,110). Sum of RGB (Red+Green+Blue) = 188+103+110=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 110 (43.36% from 255 or 27.43% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC676E is #439891. Grayscale: #818181. Windows color (decimal): -4429970 or 7235516. OLE color: 7235516.

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

Color convert

RGB 188 103 110 -
CMYK 0 0.45 0.41 0.26
HSL 355.06º 0.39% 0.57% -
HSV(B) 355.06º 0.45% 0.74% -
XYZ 28.4 21.52 17.41 -
YUV 129.21 117.16 169.93 -
System Red Green Blue C M Y K H S L
Decimal 188 103 110 0 0.45 0.41 0.26 355.06 0.39 0.57
Hex BC 67 6E 0 2D 29 1A 163 27 39
Octal 274 147 156 0 55 51 32 543 47 71
Binary 10111100 1100111 1101110 0 101101 101001 11010 101100011 100111 111001

Color Harmonies of #BC676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC676E

Black with #BC676E

Text Example


Text Example

White with #BC676E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC676E; }

 p { color: rgb(188,103,110); }

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

background-color css

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

 a { background-color: rgb(188,103,110); }

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

border-color css

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

 span { border-color: rgb(188,103,110); }

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