Html Css Color HEX #BC4253 Hippie Pink

📋 copy color: '#BC4253'

red 188 ◦ green 66 ◦ blue 83

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

Shades of Hippie Pink #BC4253

Tints of Hippie Pink #BC4253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 55.79%
G = 19.58%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC4253 (or 0xBC4253) is known color: Hippie Pink. HEX triplet: BC, 42 and 53. RGB value is (188,66,83). Sum of RGB (Red+Green+Blue) = 188+66+83=337 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.79% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC4253 is #43BDAC. Grayscale: #686868. Windows color (decimal): -4439469 or 5456572. OLE color: 5456572.

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

Color convert

RGB 188 66 83 -
CMYK 0 0.65 0.56 0.26
HSL 351.64º 0.48% 0.5% -
HSV(B) 351.64º 0.65% 0.74% -
XYZ 24.25 15.21 9.84 -
YUV 104.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 188 66 83 0 0.65 0.56 0.26 351.64 0.48 0.5
Hex BC 42 53 0 41 38 1A 160 30 32
Octal 274 102 123 0 101 70 32 540 60 62
Binary 10111100 1000010 1010011 0 1000001 111000 11010 101100000 110000 110010

Color Harmonies of #BC4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4253

Black with #BC4253

Text Example


Text Example

White with #BC4253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4253; }

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

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

background-color css

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

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

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

border-color css

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

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

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