Html Css Color HEX #B2435D Hippie Pink

📋 copy color: '#B2435D'

red 178 ◦ green 67 ◦ blue 93

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

Shades of Hippie Pink #B2435D

Tints of Hippie Pink #B2435D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.51%

R = 52.66%
G = 19.82%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2435D (or 0xB2435D) is known color: Hippie Pink. HEX triplet: B2, 43 and 5D. RGB value is (178,67,93). Sum of RGB (Red+Green+Blue) = 178+67+93=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 93 (36.72% from 255 or 27.51% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2435D is #4DBCA2. Grayscale: #676767. Windows color (decimal): -5094563 or 6112178. OLE color: 6112178.

HSL color Cylindrical-coordinate representation of color #B2435D: hue angle of 345.95º 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 #B2435D is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 67 93 -
CMYK 0 0.62 0.48 0.30
HSL 345.95º 0.45% 0.48% -
HSV(B) 345.95º 0.62% 0.7% -
XYZ 22.34 14.27 11.93 -
YUV 103.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 178 67 93 0 0.62 0.48 0.30 345.95 0.45 0.48
Hex B2 43 5D 0 3E 30 1E 15A 2D 30
Octal 262 103 135 0 76 60 36 532 55 60
Binary 10110010 1000011 1011101 0 111110 110000 11110 101011010 101101 110000

Color Harmonies of #B2435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2435D

Black with #B2435D

Text Example


Text Example

White with #B2435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2435D; }

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

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

background-color css

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

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

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

border-color css

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

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

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