Html Css Color HEX #BC5867 Blush

📋 copy color: '#BC5867'

red 188 ◦ green 88 ◦ blue 103

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

Shades of Blush #BC5867

Tints of Blush #BC5867

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.22%

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

R = 49.6%
G = 23.22%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC5867 (or 0xBC5867) is known color: Blush. HEX triplet: BC, 58 and 67. RGB value is (188,88,103). Sum of RGB (Red+Green+Blue) = 188+88+103=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 88 (34.77% from 255 or 23.22% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5867 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5867 is #43A798. Grayscale: #777777. Windows color (decimal): -4433817 or 6772924. OLE color: 6772924.

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

Color convert

RGB 188 88 103 -
CMYK 0 0.53 0.45 0.26
HSL 351º 0.43% 0.54% -
HSV(B) 351º 0.53% 0.74% -
XYZ 26.68 18.65 15.03 -
YUV 119.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 188 88 103 0 0.53 0.45 0.26 351 0.43 0.54
Hex BC 58 67 0 35 2D 1A 15F 2B 36
Octal 274 130 147 0 65 55 32 537 53 66
Binary 10111100 1011000 1100111 0 110101 101101 11010 101011111 101011 110110

Color Harmonies of #BC5867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5867

Black with #BC5867

Text Example


Text Example

White with #BC5867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5867; }

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

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

background-color css

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

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

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

border-color css

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

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

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