Html Css Color HEX #BC4665 Blush

📋 copy color: '#BC4665'

red 188 ◦ green 70 ◦ blue 101

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

Shades of Blush #BC4665

Tints of Blush #BC4665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.13%

R = 52.37%
G = 19.5%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC4665 (or 0xBC4665) is known color: Blush. HEX triplet: BC, 46 and 65. RGB value is (188,70,101). Sum of RGB (Red+Green+Blue) = 188+70+101=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4665 is #43B99A. Grayscale: #6C6C6C. Windows color (decimal): -4438427 or 6637244. OLE color: 6637244.

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

Color convert

RGB 188 70 101 -
CMYK 0 0.63 0.46 0.26
HSL 344.24º 0.47% 0.51% -
HSV(B) 344.24º 0.63% 0.74% -
XYZ 25.28 16.01 14.07 -
YUV 108.82 123.59 184.48 -
System Red Green Blue C M Y K H S L
Decimal 188 70 101 0 0.63 0.46 0.26 344.24 0.47 0.51
Hex BC 46 65 0 3F 2E 1A 158 2F 33
Octal 274 106 145 0 77 56 32 530 57 63
Binary 10111100 1000110 1100101 0 111111 101110 11010 101011000 101111 110011

Color Harmonies of #BC4665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4665

Black with #BC4665

Text Example


Text Example

White with #BC4665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4665; }

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

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

background-color css

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

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

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

border-color css

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

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

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