Html Css Color HEX #B04C5C Hippie Pink

📋 copy color: '#B04C5C'

red 176 ◦ green 76 ◦ blue 92

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

Shades of Hippie Pink #B04C5C

Tints of Hippie Pink #B04C5C

RGB

 RED value IS 176 (69.14% from 255) = 51.16%

 GREEN value IS 76 (30.08% from 255) = 22.09%

 BLUE value IS 92 (36.33% from 255) = 26.74%

R = 51.16%
G = 22.09%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B04C5C (or 0xB04C5C) is known color: Hippie Pink. HEX triplet: B0, 4C and 5C. RGB value is (176,76,92). Sum of RGB (Red+Green+Blue) = 176+76+92=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C5C is #4FB3A3. Grayscale: #6B6B6B. Windows color (decimal): -5223332 or 6048944. OLE color: 6048944.

HSL color Cylindrical-coordinate representation of color #B04C5C: hue angle of 350.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C5C is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 76 92 -
CMYK 0 0.57 0.48 0.31
HSL 350.4º 0.4% 0.49% -
HSV(B) 350.4º 0.57% 0.69% -
XYZ 22.42 15.17 11.87 -
YUV 107.72 119.13 176.7 -
System Red Green Blue C M Y K H S L
Decimal 176 76 92 0 0.57 0.48 0.31 350.4 0.4 0.49
Hex B0 4C 5C 0 39 30 1F 15E 28 31
Octal 260 114 134 0 71 60 37 536 50 61
Binary 10110000 1001100 1011100 0 111001 110000 11111 101011110 101000 110001

Color Harmonies of #B04C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C5C

Black with #B04C5C

Text Example


Text Example

White with #B04C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C5C; }

 p { color: rgb(176,76,92); }

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

background-color css

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

 a { background-color: rgb(176,76,92); }

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

border-color css

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

 span { border-color: rgb(176,76,92); }

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