Html Css Color HEX #BC676B Turkish Rose

📋 copy color: '#BC676B'

red 188 ◦ green 103 ◦ blue 107

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

Shades of Turkish Rose #BC676B

Tints of Turkish Rose #BC676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 47.24%
G = 25.88%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC676B (or 0xBC676B) is known color: Turkish Rose. HEX triplet: BC, 67 and 6B. RGB value is (188,103,107). Sum of RGB (Red+Green+Blue) = 188+103+107=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC676B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC676B is #439894. Grayscale: #808080. Windows color (decimal): -4429973 or 7038908. OLE color: 7038908.

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

Color convert

RGB 188 103 107 -
CMYK 0 0.45 0.43 0.26
HSL 357.18º 0.39% 0.57% -
HSV(B) 357.18º 0.45% 0.74% -
XYZ 28.24 21.45 16.56 -
YUV 128.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 188 103 107 0 0.45 0.43 0.26 357.18 0.39 0.57
Hex BC 67 6B 0 2D 2B 1A 165 27 39
Octal 274 147 153 0 55 53 32 545 47 71
Binary 10111100 1100111 1101011 0 101101 101011 11010 101100101 100111 111001

Color Harmonies of #BC676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC676B

Black with #BC676B

Text Example


Text Example

White with #BC676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC676B; }

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

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

background-color css

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

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

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

border-color css

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

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

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