Html Css Color HEX #B33C5A Hippie Pink

📋 copy color: '#B33C5A'

red 179 ◦ green 60 ◦ blue 90

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

Shades of Hippie Pink #B33C5A

Tints of Hippie Pink #B33C5A

RGB

 RED value IS 179 (70.31% from 255) = 54.41%

 GREEN value IS 60 (23.83% from 255) = 18.24%

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

R = 54.41%
G = 18.24%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B33C5A (or 0xB33C5A) is known color: Hippie Pink. HEX triplet: B3, 3C and 5A. RGB value is (179,60,90). Sum of RGB (Red+Green+Blue) = 179+60+90=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33C5A is #4CC3A5. Grayscale: #636363. Windows color (decimal): -5030822 or 5913779. OLE color: 5913779.

HSL color Cylindrical-coordinate representation of color #B33C5A: hue angle of 344.87º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33C5A is Cyan = 0, Magento = 0.66, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 60 90 -
CMYK 0 0.66 0.50 0.30
HSL 344.87º 0.5% 0.47% -
HSV(B) 344.87º 0.66% 0.7% -
XYZ 22.05 13.55 11.13 -
YUV 99 122.92 185.06 -
System Red Green Blue C M Y K H S L
Decimal 179 60 90 0 0.66 0.50 0.30 344.87 0.5 0.47
Hex B3 3C 5A 0 42 32 1E 159 32 2F
Octal 263 74 132 0 102 62 36 531 62 57
Binary 10110011 111100 1011010 0 1000010 110010 11110 101011001 110010 101111

Color Harmonies of #B33C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C5A

Black with #B33C5A

Text Example


Text Example

White with #B33C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C5A; }

 p { color: rgb(179,60,90); }

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

background-color css

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

 a { background-color: rgb(179,60,90); }

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

border-color css

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

 span { border-color: rgb(179,60,90); }

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