Html Css Color HEX #B04E57 Hippie Pink

📋 copy color: '#B04E57'

red 176 ◦ green 78 ◦ blue 87

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

Shades of Hippie Pink #B04E57

Tints of Hippie Pink #B04E57

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.87%

 BLUE value IS 87 (34.38% from 255) = 25.51%

R = 51.61%
G = 22.87%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B04E57 (or 0xB04E57) is known color: Hippie Pink. HEX triplet: B0, 4E and 57. RGB value is (176,78,87). Sum of RGB (Red+Green+Blue) = 176+78+87=341 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.61% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E57 is #4FB1A8. Grayscale: #6C6C6C. Windows color (decimal): -5222825 or 5721776. OLE color: 5721776.

HSL color Cylindrical-coordinate representation of color #B04E57: hue angle of 354.49º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B04E57 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 78 87 -
CMYK 0 0.56 0.51 0.31
HSL 354.49º 0.39% 0.5% -
HSV(B) 354.49º 0.56% 0.69% -
XYZ 22.35 15.37 10.81 -
YUV 108.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 176 78 87 0 0.56 0.51 0.31 354.49 0.39 0.5
Hex B0 4E 57 0 38 33 1F 162 27 32
Octal 260 116 127 0 70 63 37 542 47 62
Binary 10110000 1001110 1010111 0 111000 110011 11111 101100010 100111 110010

Color Harmonies of #B04E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E57

Black with #B04E57

Text Example


Text Example

White with #B04E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E57; }

 p { color: rgb(176,78,87); }

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

background-color css

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

 a { background-color: rgb(176,78,87); }

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

border-color css

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

 span { border-color: rgb(176,78,87); }

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