Html Css Color HEX #B03E5A Hippie Pink

📋 copy color: '#B03E5A'

red 176 ◦ green 62 ◦ blue 90

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

Shades of Hippie Pink #B03E5A

Tints of Hippie Pink #B03E5A

RGB

 RED value IS 176 (69.14% from 255) = 53.66%

 GREEN value IS 62 (24.61% from 255) = 18.9%

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 53.66%
G = 18.9%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B03E5A (or 0xB03E5A) is known color: Hippie Pink. HEX triplet: B0, 3E and 5A. RGB value is (176,62,90). Sum of RGB (Red+Green+Blue) = 176+62+90=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03E5A is #4FC1A5. Grayscale: #636363. Windows color (decimal): -5226918 or 5914288. OLE color: 5914288.

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

Color convert

RGB 176 62 90 -
CMYK 0 0.65 0.49 0.31
HSL 345.26º 0.48% 0.47% -
HSV(B) 345.26º 0.65% 0.69% -
XYZ 21.47 13.41 11.13 -
YUV 99.28 122.77 182.72 -
System Red Green Blue C M Y K H S L
Decimal 176 62 90 0 0.65 0.49 0.31 345.26 0.48 0.47
Hex B0 3E 5A 0 41 31 1F 159 30 2F
Octal 260 76 132 0 101 61 37 531 60 57
Binary 10110000 111110 1011010 0 1000001 110001 11111 101011001 110000 101111

Color Harmonies of #B03E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03E5A

Black with #B03E5A

Text Example


Text Example

White with #B03E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03E5A; }

 p { color: rgb(176,62,90); }

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

background-color css

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

 a { background-color: rgb(176,62,90); }

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

border-color css

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

 span { border-color: rgb(176,62,90); }

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