Html Css Color HEX #BC465E Blush

📋 copy color: '#BC465E'

red 188 ◦ green 70 ◦ blue 94

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

Shades of Blush #BC465E

Tints of Blush #BC465E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.89%

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 53.41%
G = 19.89%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC465E (or 0xBC465E) is known color: Blush. HEX triplet: BC, 46 and 5E. RGB value is (188,70,94). Sum of RGB (Red+Green+Blue) = 188+70+94=352 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.41% from 352); Green value is 70 (27.73% from 255 or 19.89% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 188 - color contains mainly: red. Hex color #BC465E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC465E is #43B9A1. Grayscale: #6C6C6C. Windows color (decimal): -4438434 or 6178492. OLE color: 6178492.

HSL color Cylindrical-coordinate representation of color #BC465E: hue angle of 347.8º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC465E is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 70 94 -
CMYK 0 0.63 0.50 0.26
HSL 347.8º 0.47% 0.51% -
HSV(B) 347.8º 0.63% 0.74% -
XYZ 24.95 15.88 12.34 -
YUV 108.02 120.09 185.05 -
System Red Green Blue C M Y K H S L
Decimal 188 70 94 0 0.63 0.50 0.26 347.8 0.47 0.51
Hex BC 46 5E 0 3F 32 1A 15C 2F 33
Octal 274 106 136 0 77 62 32 534 57 63
Binary 10111100 1000110 1011110 0 111111 110010 11010 101011100 101111 110011

Color Harmonies of #BC465E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC465E

Black with #BC465E

Text Example


Text Example

White with #BC465E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC465E; }

 p { color: rgb(188,70,94); }

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

background-color css

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

 a { background-color: rgb(188,70,94); }

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

border-color css

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

 span { border-color: rgb(188,70,94); }

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