Html Css Color HEX #BC4368 Blush

📋 copy color: '#BC4368'

red 188 ◦ green 67 ◦ blue 104

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

Shades of Blush #BC4368

Tints of Blush #BC4368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.97%

R = 52.37%
G = 18.66%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC4368 (or 0xBC4368) is known color: Blush. HEX triplet: BC, 43 and 68. RGB value is (188,67,104). Sum of RGB (Red+Green+Blue) = 188+67+104=359 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.37% from 359); Green value is 67 (26.56% from 255 or 18.66% from 359); Blue value is 104 (41.02% from 255 or 28.97% from 359); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4368 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4368 is #43BC97. Grayscale: #6B6B6B. Windows color (decimal): -4439192 or 6833084. OLE color: 6833084.

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

Color convert

RGB 188 67 104 -
CMYK 0 0.64 0.45 0.26
HSL 341.65º 0.47% 0.5% -
HSV(B) 341.65º 0.64% 0.74% -
XYZ 25.24 15.71 14.8 -
YUV 107.4 126.09 185.49 -
System Red Green Blue C M Y K H S L
Decimal 188 67 104 0 0.64 0.45 0.26 341.65 0.47 0.5
Hex BC 43 68 0 40 2D 1A 156 2F 32
Octal 274 103 150 0 100 55 32 526 57 62
Binary 10111100 1000011 1101000 0 1000000 101101 11010 101010110 101111 110010

Color Harmonies of #BC4368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4368

Black with #BC4368

Text Example


Text Example

White with #BC4368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4368; }

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

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

background-color css

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

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

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

border-color css

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

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

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