Html Css Color HEX #B04755 Hippie Pink

📋 copy color: '#B04755'

red 176 ◦ green 71 ◦ blue 85

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

Shades of Hippie Pink #B04755

Tints of Hippie Pink #B04755

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.39%

 BLUE value IS 85 (33.59% from 255) = 25.6%

R = 53.01%
G = 21.39%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.52

 K value IS 0.31

RGB Variations

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

Color information

#B04755 (or 0xB04755) is known color: Hippie Pink. HEX triplet: B0, 47 and 55. RGB value is (176,71,85). Sum of RGB (Red+Green+Blue) = 176+71+85=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B04755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04755 is #4FB8AA. Grayscale: #686868. Windows color (decimal): -5224619 or 5588912. OLE color: 5588912.

HSL color Cylindrical-coordinate representation of color #B04755: hue angle of 352º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04755 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 85 -
CMYK 0 0.60 0.52 0.31
HSL 352º 0.43% 0.48% -
HSV(B) 352º 0.6% 0.69% -
XYZ 21.8 14.39 10.22 -
YUV 103.99 117.29 179.36 -
System Red Green Blue C M Y K H S L
Decimal 176 71 85 0 0.60 0.52 0.31 352 0.43 0.48
Hex B0 47 55 0 3C 34 1F 160 2B 30
Octal 260 107 125 0 74 64 37 540 53 60
Binary 10110000 1000111 1010101 0 111100 110100 11111 101100000 101011 110000

Color Harmonies of #B04755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04755

Black with #B04755

Text Example


Text Example

White with #B04755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04755; }

 p { color: rgb(176,71,85); }

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

background-color css

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

 a { background-color: rgb(176,71,85); }

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

border-color css

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

 span { border-color: rgb(176,71,85); }

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