Html Css Color HEX #BC5367 Blush

📋 copy color: '#BC5367'

red 188 ◦ green 83 ◦ blue 103

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

Shades of Blush #BC5367

Tints of Blush #BC5367

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.19%

 BLUE value IS 103 (40.63% from 255) = 27.54%

R = 50.27%
G = 22.19%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5367 (or 0xBC5367) is known color: Blush. HEX triplet: BC, 53 and 67. RGB value is (188,83,103). Sum of RGB (Red+Green+Blue) = 188+83+103=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 83 (32.81% from 255 or 22.19% from 374); Blue value is 103 (40.62% from 255 or 27.54% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5367 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5367 is #43AC98. Grayscale: #747474. Windows color (decimal): -4435097 or 6771644. OLE color: 6771644.

HSL color Cylindrical-coordinate representation of color #BC5367: hue angle of 348.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5367 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 103 -
CMYK 0 0.56 0.45 0.26
HSL 348.57º 0.44% 0.53% -
HSV(B) 348.57º 0.56% 0.74% -
XYZ 26.28 17.86 14.89 -
YUV 116.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 188 83 103 0 0.56 0.45 0.26 348.57 0.44 0.53
Hex BC 53 67 0 38 2D 1A 15D 2C 35
Octal 274 123 147 0 70 55 32 535 54 65
Binary 10111100 1010011 1100111 0 111000 101101 11010 101011101 101100 110101

Color Harmonies of #BC5367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5367

Black with #BC5367

Text Example


Text Example

White with #BC5367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5367; }

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

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

background-color css

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

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

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

border-color css

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

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

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