Html Css Color HEX #B04E51 Hippie Pink

📋 copy color: '#B04E51'

red 176 ◦ green 78 ◦ blue 81

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

Shades of Hippie Pink #B04E51

Tints of Hippie Pink #B04E51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.18%

R = 52.54%
G = 23.28%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B04E51 (or 0xB04E51) is known color: Hippie Pink. HEX triplet: B0, 4E and 51. RGB value is (176,78,81). Sum of RGB (Red+Green+Blue) = 176+78+81=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E51 is #4FB1AE. Grayscale: #6B6B6B. Windows color (decimal): -5222831 or 5328560. OLE color: 5328560.

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

Color convert

RGB 176 78 81 -
CMYK 0 0.56 0.54 0.31
HSL 358.16º 0.39% 0.5% -
HSV(B) 358.16º 0.56% 0.69% -
XYZ 22.11 15.27 9.57 -
YUV 107.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 176 78 81 0 0.56 0.54 0.31 358.16 0.39 0.5
Hex B0 4E 51 0 38 36 1F 166 27 32
Octal 260 116 121 0 70 66 37 546 47 62
Binary 10110000 1001110 1010001 0 111000 110110 11111 101100110 100111 110010

Color Harmonies of #B04E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E51

Black with #B04E51

Text Example


Text Example

White with #B04E51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E51; }

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

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

background-color css

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

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

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

border-color css

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

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

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