Html Css Color HEX #B23D54 Hippie Pink

📋 copy color: '#B23D54'

red 178 ◦ green 61 ◦ blue 84

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

Shades of Hippie Pink #B23D54

Tints of Hippie Pink #B23D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.01%

R = 55.11%
G = 18.89%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B23D54 (or 0xB23D54) is known color: Hippie Pink. HEX triplet: B2, 3D and 54. RGB value is (178,61,84). Sum of RGB (Red+Green+Blue) = 178+61+84=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 84 (33.20% from 255 or 26.01% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23D54 is #4DC2AB. Grayscale: #626262. Windows color (decimal): -5096108 or 5520818. OLE color: 5520818.

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

Color convert

RGB 178 61 84 -
CMYK 0 0.66 0.53 0.30
HSL 348.21º 0.49% 0.47% -
HSV(B) 348.21º 0.66% 0.7% -
XYZ 21.63 13.44 9.84 -
YUV 98.61 119.76 184.63 -
System Red Green Blue C M Y K H S L
Decimal 178 61 84 0 0.66 0.53 0.30 348.21 0.49 0.47
Hex B2 3D 54 0 42 35 1E 15C 31 2F
Octal 262 75 124 0 102 65 36 534 61 57
Binary 10110010 111101 1010100 0 1000010 110101 11110 101011100 110001 101111

Color Harmonies of #B23D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B23D54

Black with #B23D54

Text Example


Text Example

White with #B23D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B23D54; }

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

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

background-color css

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

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

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

border-color css

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

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

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