Html Css Color HEX #B23D5A Hippie Pink

📋 copy color: '#B23D5A'

red 178 ◦ green 61 ◦ blue 90

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

Shades of Hippie Pink #B23D5A

Tints of Hippie Pink #B23D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

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

R = 54.1%
G = 18.54%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B23D5A (or 0xB23D5A) is known color: Hippie Pink. HEX triplet: B2, 3D and 5A. RGB value is (178,61,90). Sum of RGB (Red+Green+Blue) = 178+61+90=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 90 (35.55% from 255 or 27.36% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D5A is #4DC2A5. Grayscale: #636363. Windows color (decimal): -5096102 or 5914034. OLE color: 5914034.

HSL color Cylindrical-coordinate representation of color #B23D5A: hue angle of 345.13º degrees, saturation: 0.49, 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 #B23D5A is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 61 90 -
CMYK 0 0.66 0.49 0.30
HSL 345.13º 0.49% 0.47% -
HSV(B) 345.13º 0.66% 0.7% -
XYZ 21.87 13.54 11.13 -
YUV 99.29 122.76 184.14 -
System Red Green Blue C M Y K H S L
Decimal 178 61 90 0 0.66 0.49 0.30 345.13 0.49 0.47
Hex B2 3D 5A 0 42 31 1E 159 31 2F
Octal 262 75 132 0 102 61 36 531 61 57
Binary 10110010 111101 1011010 0 1000010 110001 11110 101011001 110001 101111

Color Harmonies of #B23D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D5A

Black with #B23D5A

Text Example


Text Example

White with #B23D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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