Html Css Color HEX #B04A5E Hippie Pink

📋 copy color: '#B04A5E'

red 176 ◦ green 74 ◦ blue 94

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

Shades of Hippie Pink #B04A5E

Tints of Hippie Pink #B04A5E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 51.16%
G = 21.51%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B04A5E (or 0xB04A5E) is known color: Hippie Pink. HEX triplet: B0, 4A and 5E. RGB value is (176,74,94). Sum of RGB (Red+Green+Blue) = 176+74+94=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B04A5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04A5E is #4FB5A1. Grayscale: #6A6A6A. Windows color (decimal): -5223842 or 6179504. OLE color: 6179504.

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

Color convert

RGB 176 74 94 -
CMYK 0 0.58 0.47 0.31
HSL 348.24º 0.41% 0.49% -
HSV(B) 348.24º 0.58% 0.69% -
XYZ 22.37 14.94 12.29 -
YUV 106.78 120.79 177.37 -
System Red Green Blue C M Y K H S L
Decimal 176 74 94 0 0.58 0.47 0.31 348.24 0.41 0.49
Hex B0 4A 5E 0 3A 2F 1F 15C 29 31
Octal 260 112 136 0 72 57 37 534 51 61
Binary 10110000 1001010 1011110 0 111010 101111 11111 101011100 101001 110001

Color Harmonies of #B04A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04A5E

Black with #B04A5E

Text Example


Text Example

White with #B04A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04A5E; }

 p { color: rgb(176,74,94); }

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

background-color css

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

 a { background-color: rgb(176,74,94); }

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

border-color css

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

 span { border-color: rgb(176,74,94); }

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