Html Css Color HEX #B04655 Hippie Pink

📋 copy color: '#B04655'

red 176 ◦ green 70 ◦ blue 85

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

Shades of Hippie Pink #B04655

Tints of Hippie Pink #B04655

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.15%

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

R = 53.17%
G = 21.15%
B = 25.68%

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

#B04655 (or 0xB04655) is known color: Hippie Pink. HEX triplet: B0, 46 and 55. RGB value is (176,70,85). Sum of RGB (Red+Green+Blue) = 176+70+85=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 85 (33.59% from 255 or 25.68% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B04655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04655 is #4FB9AA. Grayscale: #676767. Windows color (decimal): -5224875 or 5588656. OLE color: 5588656.

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

Color convert

RGB 176 70 85 -
CMYK 0 0.60 0.52 0.31
HSL 351.51º 0.43% 0.48% -
HSV(B) 351.51º 0.6% 0.69% -
XYZ 21.73 14.27 10.2 -
YUV 103.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 176 70 85 0 0.60 0.52 0.31 351.51 0.43 0.48
Hex B0 46 55 0 3C 34 1F 160 2B 30
Octal 260 106 125 0 74 64 37 540 53 60
Binary 10110000 1000110 1010101 0 111100 110100 11111 101100000 101011 110000

Color Harmonies of #B04655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04655

Black with #B04655

Text Example


Text Example

White with #B04655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04655; }

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

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

background-color css

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

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

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

border-color css

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

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

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