Html Css Color HEX #B04E53 Hippie Pink

📋 copy color: '#B04E53'

red 176 ◦ green 78 ◦ blue 83

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

Shades of Hippie Pink #B04E53

Tints of Hippie Pink #B04E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.63%

R = 52.23%
G = 23.15%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B04E53 (or 0xB04E53) is known color: Hippie Pink. HEX triplet: B0, 4E and 53. RGB value is (176,78,83). Sum of RGB (Red+Green+Blue) = 176+78+83=337 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.23% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04E53 is #4FB1AC. Grayscale: #6B6B6B. Windows color (decimal): -5222829 or 5459632. OLE color: 5459632.

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

Color convert

RGB 176 78 83 -
CMYK 0 0.56 0.53 0.31
HSL 356.94º 0.39% 0.5% -
HSV(B) 356.94º 0.56% 0.69% -
XYZ 22.19 15.3 9.97 -
YUV 107.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 176 78 83 0 0.56 0.53 0.31 356.94 0.39 0.5
Hex B0 4E 53 0 38 35 1F 165 27 32
Octal 260 116 123 0 70 65 37 545 47 62
Binary 10110000 1001110 1010011 0 111000 110101 11111 101100101 100111 110010

Color Harmonies of #B04E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04E53

Black with #B04E53

Text Example


Text Example

White with #B04E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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