Html Css Color HEX #B04657 Hippie Pink

📋 copy color: '#B04657'

red 176 ◦ green 70 ◦ blue 87

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

Shades of Hippie Pink #B04657

Tints of Hippie Pink #B04657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.13%

R = 52.85%
G = 21.02%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B04657 (or 0xB04657) is known color: Hippie Pink. HEX triplet: B0, 46 and 57. RGB value is (176,70,87). Sum of RGB (Red+Green+Blue) = 176+70+87=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B04657 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04657 is #4FB9A8. Grayscale: #676767. Windows color (decimal): -5224873 or 5719728. OLE color: 5719728.

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

Color convert

RGB 176 70 87 -
CMYK 0 0.60 0.51 0.31
HSL 350.38º 0.43% 0.48% -
HSV(B) 350.38º 0.6% 0.69% -
XYZ 21.81 14.3 10.63 -
YUV 103.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 176 70 87 0 0.60 0.51 0.31 350.38 0.43 0.48
Hex B0 46 57 0 3C 33 1F 15E 2B 30
Octal 260 106 127 0 74 63 37 536 53 60
Binary 10110000 1000110 1010111 0 111100 110011 11111 101011110 101011 110000

Color Harmonies of #B04657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04657

Black with #B04657

Text Example


Text Example

White with #B04657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04657; }

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

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

background-color css

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

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

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

border-color css

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

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

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