Html Css Color HEX #BC6B75 Turkish Rose

📋 copy color: '#BC6B75'

red 188 ◦ green 107 ◦ blue 117

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

Shades of Turkish Rose #BC6B75

Tints of Turkish Rose #BC6B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

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

R = 45.63%
G = 25.97%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BC6B75 (or 0xBC6B75) is known color: Turkish Rose. HEX triplet: BC, 6B and 75. RGB value is (188,107,117). Sum of RGB (Red+Green+Blue) = 188+107+117=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B75 is #43948A. Grayscale: #848484. Windows color (decimal): -4428939 or 7695292. OLE color: 7695292.

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

Color convert

RGB 188 107 117 -
CMYK 0 0.43 0.38 0.26
HSL 352.59º 0.38% 0.58% -
HSV(B) 352.59º 0.43% 0.74% -
XYZ 29.21 22.49 19.63 -
YUV 132.36 119.34 167.69 -
System Red Green Blue C M Y K H S L
Decimal 188 107 117 0 0.43 0.38 0.26 352.59 0.38 0.58
Hex BC 6B 75 0 2B 26 1A 161 26 3A
Octal 274 153 165 0 53 46 32 541 46 72
Binary 10111100 1101011 1110101 0 101011 100110 11010 101100001 100110 111010

Color Harmonies of #BC6B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B75

Black with #BC6B75

Text Example


Text Example

White with #BC6B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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