Html Css Color HEX #BC676D Turkish Rose

📋 copy color: '#BC676D'

red 188 ◦ green 103 ◦ blue 109

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

Shades of Turkish Rose #BC676D

Tints of Turkish Rose #BC676D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.25%

R = 47%
G = 25.75%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC676D (or 0xBC676D) is known color: Turkish Rose. HEX triplet: BC, 67 and 6D. RGB value is (188,103,109). Sum of RGB (Red+Green+Blue) = 188+103+109=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 103 (40.62% from 255 or 25.75% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC676D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC676D is #439892. Grayscale: #818181. Windows color (decimal): -4429971 or 7169980. OLE color: 7169980.

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

Color convert

RGB 188 103 109 -
CMYK 0 0.45 0.42 0.26
HSL 355.76º 0.39% 0.57% -
HSV(B) 355.76º 0.45% 0.74% -
XYZ 28.35 21.5 17.12 -
YUV 129.1 116.66 170.01 -
System Red Green Blue C M Y K H S L
Decimal 188 103 109 0 0.45 0.42 0.26 355.76 0.39 0.57
Hex BC 67 6D 0 2D 2A 1A 164 27 39
Octal 274 147 155 0 55 52 32 544 47 71
Binary 10111100 1100111 1101101 0 101101 101010 11010 101100100 100111 111001

Color Harmonies of #BC676D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC676D

Black with #BC676D

Text Example


Text Example

White with #BC676D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC676D; }

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

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

background-color css

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

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

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

border-color css

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

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

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