Html Css Color HEX #BA4253 Hippie Pink

📋 copy color: '#BA4253'

red 186 ◦ green 66 ◦ blue 83

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

Shades of Hippie Pink #BA4253

Tints of Hippie Pink #BA4253

RGB

 RED value IS 186 (73.05% from 255) = 55.52%

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

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

R = 55.52%
G = 19.7%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA4253 (or 0xBA4253) is known color: Hippie Pink. HEX triplet: BA, 42 and 53. RGB value is (186,66,83). Sum of RGB (Red+Green+Blue) = 186+66+83=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA4253 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BA4253 is #45BDAC. Grayscale: #676767. Windows color (decimal): -4570541 or 5456570. OLE color: 5456570.

HSL color Cylindrical-coordinate representation of color #BA4253: hue angle of 351.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA4253 is Cyan = 0, Magento = 0.65, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 66 83 -
CMYK 0 0.65 0.55 0.27
HSL 351.5º 0.48% 0.49% -
HSV(B) 351.5º 0.65% 0.73% -
XYZ 23.76 14.96 9.82 -
YUV 103.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 186 66 83 0 0.65 0.55 0.27 351.5 0.48 0.49
Hex BA 42 53 0 41 37 1B 160 30 31
Octal 272 102 123 0 101 67 33 540 60 61
Binary 10111010 1000010 1010011 0 1000001 110111 11011 101100000 110000 110001

Color Harmonies of #BA4253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA4253

Black with #BA4253

Text Example


Text Example

White with #BA4253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA4253; }

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

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

background-color css

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

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

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

border-color css

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

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

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