Html Css Color HEX #B23E56 Hippie Pink

📋 copy color: '#B23E56'

red 178 ◦ green 62 ◦ blue 86

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

Shades of Hippie Pink #B23E56

Tints of Hippie Pink #B23E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 54.6%
G = 19.02%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B23E56 (or 0xB23E56) is known color: Hippie Pink. HEX triplet: B2, 3E and 56. RGB value is (178,62,86). Sum of RGB (Red+Green+Blue) = 178+62+86=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 62 (24.61% from 255 or 19.02% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23E56 is #4DC1A9. Grayscale: #636363. Windows color (decimal): -5095850 or 5652146. OLE color: 5652146.

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

Color convert

RGB 178 62 86 -
CMYK 0 0.65 0.52 0.30
HSL 347.59º 0.48% 0.47% -
HSV(B) 347.59º 0.65% 0.7% -
XYZ 21.76 13.58 10.28 -
YUV 99.42 120.43 184.05 -
System Red Green Blue C M Y K H S L
Decimal 178 62 86 0 0.65 0.52 0.30 347.59 0.48 0.47
Hex B2 3E 56 0 41 34 1E 15C 30 2F
Octal 262 76 126 0 101 64 36 534 60 57
Binary 10110010 111110 1010110 0 1000001 110100 11110 101011100 110000 101111

Color Harmonies of #B23E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23E56

Black with #B23E56

Text Example


Text Example

White with #B23E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23E56; }

 p { color: rgb(178,62,86); }

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

background-color css

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

 a { background-color: rgb(178,62,86); }

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

border-color css

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

 span { border-color: rgb(178,62,86); }

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