Html Css Color HEX #BC5362 Blush

📋 copy color: '#BC5362'

red 188 ◦ green 83 ◦ blue 98

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

Shades of Blush #BC5362

Tints of Blush #BC5362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.56%

R = 50.95%
G = 22.49%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC5362 (or 0xBC5362) is known color: Blush. HEX triplet: BC, 53 and 62. RGB value is (188,83,98). Sum of RGB (Red+Green+Blue) = 188+83+98=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5362 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5362 is #43AC9D. Grayscale: #747474. Windows color (decimal): -4435102 or 6443964. OLE color: 6443964.

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

Color convert

RGB 188 83 98 -
CMYK 0 0.56 0.48 0.26
HSL 351.43º 0.44% 0.53% -
HSV(B) 351.43º 0.56% 0.74% -
XYZ 26.04 17.76 13.61 -
YUV 116.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 188 83 98 0 0.56 0.48 0.26 351.43 0.44 0.53
Hex BC 53 62 0 38 30 1A 15F 2C 35
Octal 274 123 142 0 70 60 32 537 54 65
Binary 10111100 1010011 1100010 0 111000 110000 11010 101011111 101100 110101

Color Harmonies of #BC5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5362

Black with #BC5362

Text Example


Text Example

White with #BC5362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5362; }

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

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

background-color css

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

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

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

border-color css

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

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

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