Html Css Color HEX #BC6F74 Turkish Rose

📋 copy color: '#BC6F74'

red 188 ◦ green 111 ◦ blue 116

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

Shades of Turkish Rose #BC6F74

Tints of Turkish Rose #BC6F74

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.75%

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 45.3%
G = 26.75%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6F74 (or 0xBC6F74) is known color: Turkish Rose. HEX triplet: BC, 6F and 74. RGB value is (188,111,116). Sum of RGB (Red+Green+Blue) = 188+111+116=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6F74 is #43908B. Grayscale: #868686. Windows color (decimal): -4427916 or 7630780. OLE color: 7630780.

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

Color convert

RGB 188 111 116 -
CMYK 0 0.41 0.38 0.26
HSL 356.1º 0.36% 0.59% -
HSV(B) 356.1º 0.41% 0.74% -
XYZ 29.58 23.32 19.47 -
YUV 134.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 188 111 116 0 0.41 0.38 0.26 356.1 0.36 0.59
Hex BC 6F 74 0 29 26 1A 164 24 3B
Octal 274 157 164 0 51 46 32 544 44 73
Binary 10111100 1101111 1110100 0 101001 100110 11010 101100100 100100 111011

Color Harmonies of #BC6F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6F74

Black with #BC6F74

Text Example


Text Example

White with #BC6F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6F74; }

 p { color: rgb(188,111,116); }

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

background-color css

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

 a { background-color: rgb(188,111,116); }

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

border-color css

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

 span { border-color: rgb(188,111,116); }

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