Html Css Color HEX #BC5267 Blush

📋 copy color: '#BC5267'

red 188 ◦ green 82 ◦ blue 103

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

Shades of Blush #BC5267

Tints of Blush #BC5267

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

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

R = 50.4%
G = 21.98%
B = 27.61%

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

#BC5267 (or 0xBC5267) is known color: Blush. HEX triplet: BC, 52 and 67. RGB value is (188,82,103). Sum of RGB (Red+Green+Blue) = 188+82+103=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC5267 is #43AD98. Grayscale: #747474. Windows color (decimal): -4435353 or 6771388. OLE color: 6771388.

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

Color convert

RGB 188 82 103 -
CMYK 0 0.56 0.45 0.26
HSL 348.11º 0.44% 0.53% -
HSV(B) 348.11º 0.56% 0.74% -
XYZ 26.2 17.71 14.87 -
YUV 116.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 188 82 103 0 0.56 0.45 0.26 348.11 0.44 0.53
Hex BC 52 67 0 38 2D 1A 15C 2C 35
Octal 274 122 147 0 70 55 32 534 54 65
Binary 10111100 1010010 1100111 0 111000 101101 11010 101011100 101100 110101

Color Harmonies of #BC5267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5267

Black with #BC5267

Text Example


Text Example

White with #BC5267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5267; }

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

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

background-color css

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

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

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

border-color css

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

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

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