Html Css Color HEX #BC4365 Blush

📋 copy color: '#BC4365'

red 188 ◦ green 67 ◦ blue 101

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

Shades of Blush #BC4365

Tints of Blush #BC4365

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.82%

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

R = 52.81%
G = 18.82%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC4365 (or 0xBC4365) is known color: Blush. HEX triplet: BC, 43 and 65. RGB value is (188,67,101). Sum of RGB (Red+Green+Blue) = 188+67+101=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4365 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4365 is #43BC9A. Grayscale: #6B6B6B. Windows color (decimal): -4439195 or 6636476. OLE color: 6636476.

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

Color convert

RGB 188 67 101 -
CMYK 0 0.64 0.46 0.26
HSL 343.14º 0.47% 0.5% -
HSV(B) 343.14º 0.64% 0.74% -
XYZ 25.1 15.65 14.01 -
YUV 107.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 188 67 101 0 0.64 0.46 0.26 343.14 0.47 0.5
Hex BC 43 65 0 40 2E 1A 157 2F 32
Octal 274 103 145 0 100 56 32 527 57 62
Binary 10111100 1000011 1100101 0 1000000 101110 11010 101010111 101111 110010

Color Harmonies of #BC4365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4365

Black with #BC4365

Text Example


Text Example

White with #BC4365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4365; }

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

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

background-color css

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

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

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

border-color css

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

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

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