Html Css Color HEX #B2435A Hippie Pink

📋 copy color: '#B2435A'

red 178 ◦ green 67 ◦ blue 90

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

Shades of Hippie Pink #B2435A

Tints of Hippie Pink #B2435A

RGB

 RED value IS 178 (69.92% from 255) = 53.13%

 GREEN value IS 67 (26.56% from 255) = 20%

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

R = 53.13%
G = 20%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2435A (or 0xB2435A) is known color: Hippie Pink. HEX triplet: B2, 43 and 5A. RGB value is (178,67,90). Sum of RGB (Red+Green+Blue) = 178+67+90=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2435A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2435A is #4DBCA5. Grayscale: #666666. Windows color (decimal): -5094566 or 5915570. OLE color: 5915570.

HSL color Cylindrical-coordinate representation of color #B2435A: hue angle of 347.57º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B2435A is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 67 90 -
CMYK 0 0.62 0.49 0.30
HSL 347.57º 0.45% 0.48% -
HSV(B) 347.57º 0.62% 0.7% -
XYZ 22.21 14.22 11.25 -
YUV 102.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 178 67 90 0 0.62 0.49 0.30 347.57 0.45 0.48
Hex B2 43 5A 0 3E 31 1E 15C 2D 30
Octal 262 103 132 0 76 61 36 534 55 60
Binary 10110010 1000011 1011010 0 111110 110001 11110 101011100 101101 110000

Color Harmonies of #B2435A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2435A

Black with #B2435A

Text Example


Text Example

White with #B2435A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2435A; }

 p { color: rgb(178,67,90); }

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

background-color css

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

 a { background-color: rgb(178,67,90); }

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

border-color css

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

 span { border-color: rgb(178,67,90); }

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