Html Css Color HEX #B4424B Hippie Pink

📋 copy color: '#B4424B'

red 180 ◦ green 66 ◦ blue 75

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

Shades of Hippie Pink #B4424B

Tints of Hippie Pink #B4424B

RGB

 RED value IS 180 (70.7% from 255) = 56.07%

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

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 56.07%
G = 20.56%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4424B (or 0xB4424B) is known color: Hippie Pink. HEX triplet: B4, 42 and 4B. RGB value is (180,66,75). Sum of RGB (Red+Green+Blue) = 180+66+75=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4424B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4424B is #4BBDB4. Grayscale: #656565. Windows color (decimal): -4963765 or 4932276. OLE color: 4932276.

HSL color Cylindrical-coordinate representation of color #B4424B: hue angle of 355.26º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B4424B is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 75 -
CMYK 0 0.63 0.58 0.29
HSL 355.26º 0.46% 0.48% -
HSV(B) 355.26º 0.63% 0.71% -
XYZ 22.04 14.11 8.22 -
YUV 101.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 180 66 75 0 0.63 0.58 0.29 355.26 0.46 0.48
Hex B4 42 4B 0 3F 3A 1D 163 2E 30
Octal 264 102 113 0 77 72 35 543 56 60
Binary 10110100 1000010 1001011 0 111111 111010 11101 101100011 101110 110000

Color Harmonies of #B4424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4424B

Black with #B4424B

Text Example


Text Example

White with #B4424B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4424B; }

 p { color: rgb(180,66,75); }

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

background-color css

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

 a { background-color: rgb(180,66,75); }

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

border-color css

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

 span { border-color: rgb(180,66,75); }

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