Html Css Color HEX #BC4261 Blush

📋 copy color: '#BC4261'

red 188 ◦ green 66 ◦ blue 97

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

Shades of Blush #BC4261

Tints of Blush #BC4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.8%

 BLUE value IS 97 (38.28% from 255) = 27.64%

R = 53.56%
G = 18.8%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC4261 (or 0xBC4261) is known color: Blush. HEX triplet: BC, 42 and 61. RGB value is (188,66,97). Sum of RGB (Red+Green+Blue) = 188+66+97=351 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.56% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 97 (38.28% from 255 or 27.64% from 351); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4261 is #43BD9E. Grayscale: #6A6A6A. Windows color (decimal): -4439455 or 6374076. OLE color: 6374076.

HSL color Cylindrical-coordinate representation of color #BC4261: hue angle of 344.75º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC4261 is Cyan = 0, Magento = 0.65, Yellow = 0.48 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 97 -
CMYK 0 0.65 0.48 0.26
HSL 344.75º 0.48% 0.5% -
HSV(B) 344.75º 0.65% 0.74% -
XYZ 24.84 15.45 12.98 -
YUV 106.01 122.92 186.48 -
System Red Green Blue C M Y K H S L
Decimal 188 66 97 0 0.65 0.48 0.26 344.75 0.48 0.5
Hex BC 42 61 0 41 30 1A 159 30 32
Octal 274 102 141 0 101 60 32 531 60 62
Binary 10111100 1000010 1100001 0 1000001 110000 11010 101011001 110000 110010

Color Harmonies of #BC4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4261

Black with #BC4261

Text Example


Text Example

White with #BC4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4261; }

 p { color: rgb(188,66,97); }

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

background-color css

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

 a { background-color: rgb(188,66,97); }

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

border-color css

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

 span { border-color: rgb(188,66,97); }

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