Html Css Color HEX #B04D5A Hippie Pink

📋 copy color: '#B04D5A'

red 176 ◦ green 77 ◦ blue 90

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

Shades of Hippie Pink #B04D5A

Tints of Hippie Pink #B04D5A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.45%

 BLUE value IS 90 (35.55% from 255) = 26.24%

R = 51.31%
G = 22.45%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B04D5A (or 0xB04D5A) is known color: Hippie Pink. HEX triplet: B0, 4D and 5A. RGB value is (176,77,90). Sum of RGB (Red+Green+Blue) = 176+77+90=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 90 (35.55% from 255 or 26.24% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B04D5A is #4FB2A5. Grayscale: #6C6C6C. Windows color (decimal): -5223078 or 5918128. OLE color: 5918128.

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

Color convert

RGB 176 77 90 -
CMYK 0 0.56 0.49 0.31
HSL 352.12º 0.39% 0.5% -
HSV(B) 352.12º 0.56% 0.69% -
XYZ 22.4 15.28 11.44 -
YUV 108.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 176 77 90 0 0.56 0.49 0.31 352.12 0.39 0.5
Hex B0 4D 5A 0 38 31 1F 160 27 32
Octal 260 115 132 0 70 61 37 540 47 62
Binary 10110000 1001101 1011010 0 111000 110001 11111 101100000 100111 110010

Color Harmonies of #B04D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D5A

Black with #B04D5A

Text Example


Text Example

White with #B04D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D5A; }

 p { color: rgb(176,77,90); }

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

background-color css

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

 a { background-color: rgb(176,77,90); }

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

border-color css

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

 span { border-color: rgb(176,77,90); }

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