Html Css Color HEX #BC7378 Turkish Rose

📋 copy color: '#BC7378'

red 188 ◦ green 115 ◦ blue 120

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

Shades of Turkish Rose #BC7378

Tints of Turkish Rose #BC7378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.19%

 BLUE value IS 120 (47.27% from 255) = 28.37%

R = 44.44%
G = 27.19%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BC7378 (or 0xBC7378) is known color: Turkish Rose. HEX triplet: BC, 73 and 78. RGB value is (188,115,120). Sum of RGB (Red+Green+Blue) = 188+115+120=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 120 (47.27% from 255 or 28.37% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7378 is #438C87. Grayscale: #898989. Windows color (decimal): -4426888 or 7893948. OLE color: 7893948.

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

Color convert

RGB 188 115 120 -
CMYK 0 0.39 0.36 0.26
HSL 355.89º 0.35% 0.59% -
HSV(B) 355.89º 0.39% 0.74% -
XYZ 30.26 24.31 20.87 -
YUV 137.4 118.18 164.09 -
System Red Green Blue C M Y K H S L
Decimal 188 115 120 0 0.39 0.36 0.26 355.89 0.35 0.59
Hex BC 73 78 0 27 24 1A 164 23 3B
Octal 274 163 170 0 47 44 32 544 43 73
Binary 10111100 1110011 1111000 0 100111 100100 11010 101100100 100011 111011

Color Harmonies of #BC7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7378

Black with #BC7378

Text Example


Text Example

White with #BC7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7378; }

 p { color: rgb(188,115,120); }

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

background-color css

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

 a { background-color: rgb(188,115,120); }

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

border-color css

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

 span { border-color: rgb(188,115,120); }

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