Html Css Color HEX #B04C54 Hippie Pink

📋 copy color: '#B04C54'

red 176 ◦ green 76 ◦ blue 84

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

Shades of Hippie Pink #B04C54

Tints of Hippie Pink #B04C54

RGB

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

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

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

R = 52.38%
G = 22.62%
B = 25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B04C54 (or 0xB04C54) is known color: Hippie Pink. HEX triplet: B0, 4C and 54. RGB value is (176,76,84). Sum of RGB (Red+Green+Blue) = 176+76+84=336 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.38% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C54 is #4FB3AB. Grayscale: #6A6A6A. Windows color (decimal): -5223340 or 5524656. OLE color: 5524656.

HSL color Cylindrical-coordinate representation of color #B04C54: hue angle of 355.2º 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 #B04C54 is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 76 84 -
CMYK 0 0.57 0.52 0.31
HSL 355.2º 0.4% 0.49% -
HSV(B) 355.2º 0.57% 0.69% -
XYZ 22.09 15.04 10.13 -
YUV 106.81 115.13 177.35 -
System Red Green Blue C M Y K H S L
Decimal 176 76 84 0 0.57 0.52 0.31 355.2 0.4 0.49
Hex B0 4C 54 0 39 34 1F 163 28 31
Octal 260 114 124 0 71 64 37 543 50 61
Binary 10110000 1001100 1010100 0 111001 110100 11111 101100011 101000 110001

Color Harmonies of #B04C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C54

Black with #B04C54

Text Example


Text Example

White with #B04C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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